Skip to content

Commit a00cab1

Browse files
frantic1048claude
andcommitted
fix(ci): grant contents write permission for beachball publish push
When `id-token: write` was added for trusted npm publishing (OIDC), specifying `permissions` at the job level overrides all defaults. `contents` dropped from `write` to `read`, breaking beachball's `git push` after publish. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27a6dc4 commit a00cab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
permissions:
8585
id-token: write
86-
contents: read
86+
contents: write
8787
steps:
8888
- uses: actions/checkout@v4
8989
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)