diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df71f2c6..429907c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: push env: DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }} DOCKER_REGISTRY_USERNAME: ${{ github.repository_owner }} - DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }} + DOCKER_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOCKER_IMAGE: ${{ github.repository }} # Set the default docker-compose file