Skip to content

Commit 6d3131f

Browse files
authored
fix: add necessary secret (#22)
1 parent 1d9817a commit 6d3131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}
47-
password: ${{ secrets.GH_PAT }}
47+
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Run GoReleaser
5050
uses: goreleaser/goreleaser-action@v1

0 commit comments

Comments
 (0)