Skip to content

Commit

Permalink
chore: use gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan committed Feb 28, 2024
1 parent 91c9744 commit d45b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit d45b914

Please sign in to comment.