Skip to content

Commit 686d251

Browse files
committed
fix: github token in workflow
1 parent eb08b8b commit 686d251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: GoogleCloudPlatform/release-please-action@v2
1111
id: release
1212
with:
13-
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
13+
token: ${{ secrets.GITHUB_TOKEN }}
1414
release-type: node
1515
package-name: '@netlify/open-api'
1616
if: ${{ !steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)