Skip to content

Commit ed269d9

Browse files
mmckyclaude
andcommitted
Grant actions: read for the cache artifact download
Public-repo API leniency is what lets dawidd6/action-download-artifact work without the scope today; the grant matches the documented requirement and the comment publish.yml already carries. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4d43bf4 commit ed269d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/volume=80gb/spot=false"
66
permissions:
77
contents: read
8+
actions: read # dawidd6/action-download-artifact reads the cache.yml build artifact
89
pull-requests: write
910
steps:
1011
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)