Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 446c04f

Browse files
authored
chore: use personal access token in release-please (#277)
1 parent bb8bee9 commit 446c04f

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
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: GoogleCloudPlatform/release-please-action@v2
1111
with:
12-
token: ${{ secrets.GITHUB_TOKEN }}
12+
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
1313
release-type: node
1414
package-name: 'netlify'

0 commit comments

Comments
 (0)