Skip to content

Commit 9a35943

Browse files
fix: use the Github PAT token (#73)
1 parent 8b7a350 commit 9a35943

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
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
release-type: node
3232
package-name: nmrxiv-nodejs-microservice
33-
token: ${{ secrets.PAT}}
33+
token: ${{ secrets.GITHUB_TOKEN }}
3434
default-branch: main
3535
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"ci","section":"CI/CD","hidden":false},{"type":"build","section":"Build","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false}]'

0 commit comments

Comments
 (0)