gradle / actions

A collection of GitHub Actions to accelerate your Gradle Builds on GitHub
https://github.com/marketplace/actions/build-with-gradle
MIT License
129 stars 28 forks source link

add missing permission for downloading dependency graph artifact #234

Closed antonmos closed 1 month ago

antonmos commented 1 month ago

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

bigdaz commented 1 month ago

Thanks!