Skip to content

Commit b498929

Browse files
antonisclaude
andcommitted
fix(ci): Grant statuses: write to changelog-preview caller
Upstream getsentry/craft/changelog-preview.yml declares permissions.statuses: write at the job level unconditionally, so the caller must grant it or workflow validation fails with: "The nested job 'preview' is requesting 'statuses: write', but is only allowed 'statuses: none'." Matches the pattern in sentry-cocoa, sentry-dotnet, sentry-go. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1b1809a commit b498929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
contents: read
1313
pull-requests: write
14+
statuses: write
1415

1516
jobs:
1617
changelog-preview:

0 commit comments

Comments
 (0)