Skip to content

Commit df8e4d1

Browse files
authored
fix(ci): replace GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (#4)
1 parent 6a13f9f commit df8e4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: google-github-actions/release-please-action@v4
1313
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
1515
release-type: node

0 commit comments

Comments
 (0)