workflows pre-commit

This commit is contained in:
Daniel A. Wozniak 2025-02-04 23:31:22 -07:00
parent 54768968f1
commit d72fb55597

View file

@ -46,7 +46,10 @@ env:
permissions:
contents: read # for dorny/paths-filter to fetch a list of changed files
pull-requests: read # for dorny/paths-filter to read pull requests
actions: write
<%- if workflow_slug not in ("nightly", "scheduled") %>
actions: read # for technote-space/workflow-conclusion-action to get the job statuses
<%- endif %>
<%- endblock permissions %>