We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2f2b commit 4551346Copy full SHA for 4551346
.github/workflows/docker-image.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
registry: ghcr.io
38
username: ${{ github.repository_owner }}
39
- password: ${{ secrets.ACCESS_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
40
- name: Push to GitHub Packages
41
uses: docker/build-push-action@v2
42
0 commit comments