Skip to content

Commit 75fb2a8

Browse files
neetclaude
andauthored
chore: use GITHUB_TOKEN instead of PAT in release-please workflow (#1410)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6b64eeb commit 75fb2a8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22-
# > By default, Release Please uses the built-in GITHUB_TOKEN secret.
23-
# > However, all resources created by release-please (release tag or release pull request) will not trigger future GitHub actions workflows,
24-
# > and workflows normally triggered by release.created events will also not run.
25-
# https://github.com/googleapis/release-please-action?tab=readme-ov-file#other-actions-on-release-please-prs
26-
token: ${{ secrets.GH_PAT }}
22+
token: ${{ secrets.GITHUB_TOKEN }}
2723
release-type: node
2824

2925
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)