Skip to content

Commit 868be10

Browse files
ci: grant issues and pull-requests write to release workflow
auto shipit posts a released comment on linked issues after publishing; the GITHUB_TOKEN needs issues:write and pull-requests:write for that. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 37e5c8f commit 868be10

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [push]
55
permissions:
66
id-token: write # Required for OIDC
77
contents: write
8+
issues: write
9+
pull-requests: write
810

911
jobs:
1012
tests:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
.npmrc
44
dist/
55
coverage/
6+
.context/

0 commit comments

Comments
 (0)