Skip to content

Commit 791ea5a

Browse files
cgrindelclaude
andcommitted
ci: temporarily set permissions to write-all for debugging
Testing if the HTTP 403 errors are due to missing specific permissions or a different issue with the releases/generate-notes API endpoint. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a70b28f commit 791ea5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ name: Continuous Integration
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1818
cancel-in-progress: true
19-
permissions:
20-
contents: write
21-
pull-requests: read
19+
permissions: write-all
2220
jobs:
2321
all_ci_tests:
2422
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)