Skip to content

Commit 47b196b

Browse files
committed
💫 A
modified: .github/workflows/goreleaser.yml
1 parent c28a586 commit 47b196b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
38-
password: ${{ secrets.PUBLISHER_TOKEN }}
38+
password: ${{ secrets.GITHUB_TOKEN }}
3939
-
4040
name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v4
@@ -44,4 +44,4 @@ jobs:
4444
version: latest
4545
args: release --clean
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)