Skip to content

Commit

Permalink
fix: fix action to use the right token
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0ton11 committed Jun 28, 2024
1 parent 717a287 commit db3b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit db3b0c1

Please sign in to comment.