is this a magic variable? let's find out

This commit is contained in:
Christian Haschek
2023-03-22 23:01:41 +01:00
parent 93d78d44fe
commit 0ea4b3c160

View File

@@ -55,7 +55,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
uses: docker/build-push-action@v2