Skip to content

Commit bc03202

Browse files
hsbtclaude
andcommitted
Add actions:read permission to pr-playground workflow
The github-script step calls the Actions API to list workflow runs and download artifacts, which requires actions:read permission. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3ae990d commit bc03202

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-playground.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
actions: read
1112

1213
jobs:
1314
post-summary:

0 commit comments

Comments
 (0)