Skip to content

Commit f6dcef9

Browse files
committed
fix: update token reference in CI workflow to use GITHUB_TOKEN
1 parent 4c14c91 commit f6dcef9

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
@@ -68,7 +68,7 @@ jobs:
6868
uses: googleapis/release-please-action@v4.2.0
6969
id: release
7070
with:
71-
token: ${{ secrets.GH_TOKEN }}
71+
token: ${{ secrets.GITHUB_TOKEN }}
7272
config-file: .github/release-please-config.json
7373
manifest-file: .release-please-manifest.json
7474

0 commit comments

Comments
 (0)