Skip to content

Commit f294afd

Browse files
Fix GitHub token for release
1 parent cd55e4e commit f294afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
-f target_commitish=main \
6262
-q .body > CHANGELOG.md
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.BOT_PUBLIC_GITHUB_TOKEN }}
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
- uses: goreleaser/goreleaser-action@v2
6666
with:
6767
version: 1.6.3

0 commit comments

Comments
 (0)