mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
workflows pre-commit
This commit is contained in:
parent
54768968f1
commit
d72fb55597
1 changed files with 4 additions and 1 deletions
5
.github/workflows/templates/layout.yml.jinja
vendored
5
.github/workflows/templates/layout.yml.jinja
vendored
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue