Skip to content

Commit

Permalink
goreleaser: use separate token for gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 20, 2021
1 parent 923f524 commit f507db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PACKAGE_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit f507db5

Please sign in to comment.