Skip to content

Commit ce76eba

Browse files
mortikclaude
andcommitted
fix(ci): use default GITHUB_TOKEN for release-please
RELEASE_TOKEN secret is not configured in this repo and not needed since release-please only creates PRs and releases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 84bb9e7 commit ce76eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: googleapis/release-please-action@v4
1919
id: release
2020
with:
21-
token: ${{ secrets.RELEASE_TOKEN }}
21+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)