We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c665268 commit 36edbdfCopy full SHA for 36edbdf
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
45
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.MY_GITHUB_TOKEN }}
46
47
- name: Run GoReleaser
48
uses: goreleaser/goreleaser-action@v6
0 commit comments