Skip to content

Commit

Permalink
Use GH_TOKEN which has image push access
Browse files Browse the repository at this point in the history
owenthereal committed May 21, 2024
1 parent 64b7488 commit cd60a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5

0 comments on commit cd60a12

Please sign in to comment.