Skip to content

Commit cfb263f

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. Also syncs package version to 1.5.3 (already published) and removes the 3 consumed changefiles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9926041 commit cfb263f

5 files changed

Lines changed: 2 additions & 23 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
permissions:
8181
id-token: write
82-
contents: read
82+
contents: write
8383
steps:
8484
- uses: actions/checkout@v6
8585
- uses: pnpm/action-setup@v4

change/@rightcapital-php-parser-1068307e-5498-45b9-9264-73094ec2aef9.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@rightcapital-php-parser-83914600-fbe1-4b5d-81a1-9dc3a1229d63.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@rightcapital-php-parser-d5a9bfd9-0196-4053-b419-f44f37653833.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/php-parser",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "TypeScript types for PHP Parser JSON representation",
55
"keywords": [
66
"PHP",

0 commit comments

Comments
 (0)