Skip to content

Commit ff9cde9

Browse files
committed
chore(tooling): specify github token for release action to make PR
1 parent de181bb commit ff9cde9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- uses: googleapis/release-please-action@v4
2626
id: release
27+
with:
28+
token: ${{ secrets.GITHUB_TOKEN }}
2729

2830
# Publish to NPM on new releases
2931
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)