Skip to content

Commit ca8e5b6

Browse files
committed
ci: make release-please use PAT
1 parent a66db9e commit ca8e5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: google-github-actions/release-please-action@v3
1111
id: release
1212
with:
13+
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
1314
release-type: node
1415
package-name: sql-highlight
1516
# The logic below handles the npm publication:

0 commit comments

Comments
 (0)