Skip to content

Commit

Permalink
Update release to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 25, 2024
1 parent 0f190ae commit d18aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PUSH_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit d18aa17

Please sign in to comment.