Skip to content

Commit 724f860

Browse files
authored
Update release.yml
1 parent 5c14397 commit 724f860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
36-
password: ${{ secrets.GH_TOKEN }}
36+
password: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Run GoReleaser
3838
uses: goreleaser/goreleaser-action@v6
3939
with:
4040
distribution: goreleaser
4141
version: latest
4242
args: release --clean
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)