Skip to content

Commit 5083a74

Browse files
omalleyandyclaude
andcommitted
fix(ci): use GITHUB_TOKEN for release-please on fork
The upstream BROWSER_AUTOMATION_BOT_TOKEN secret doesn't exist on the fork. Use the built-in GITHUB_TOKEN instead. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a82b151 commit 5083a74

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: googleapis/release-please-action@v4
1414
with:
15-
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616
target-branch: main
1717
config-file: release-please-config.json
1818
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)