mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
add missing permission for downloading dependency graph artifact
per https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-workflow-run-artifacts, `actions: read` is required. Without it the action fails after logging `Fetching artifact list for workflow ` due to `Error: HttpError: Resource not accessible by integration`
This commit is contained in:
parent
d4d72c9934
commit
2e6b2db693
@ -367,6 +367,7 @@ on:
|
||||
types: [completed]
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user