Skip to content

Commit 8a44270

Browse files
authored
fix: add actions:read permission for artifact download (#6)
Signed-off-by: Davanum Srinivas <dsrinivas@nvidia.com>
1 parent f91a5b3 commit 8a44270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-push-comment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- completed
2626

2727
permissions:
28+
actions: read # Required to download artifacts from other workflow runs
2829
pull-requests: write
2930

3031
jobs:

0 commit comments

Comments
 (0)