mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
build: harden label_issue.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
21291b53fd
commit
b3bda415da
4
.github/workflows/label_issue.yml
vendored
4
.github/workflows/label_issue.yml
vendored
@ -6,6 +6,10 @@ on:
|
||||
- opened
|
||||
- reopened
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code
|
||||
issues: write # to label issues
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user