We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9817a commit 6d3131fCopy full SHA for 6d3131f
.github/workflows/release.yaml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
registry: ghcr.io
46
username: ${{ github.repository_owner }}
47
- password: ${{ secrets.GH_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Run GoReleaser
50
uses: goreleaser/goreleaser-action@v1
0 commit comments