mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Only request read permission for PR scan (#16295)
This commit is contained in:
2
.github/workflows/pr_body_check.yml
vendored
2
.github/workflows/pr_body_check.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: read
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Check for each of the lines
|
- name: Check for each of the lines
|
||||||
|
|||||||
Reference in New Issue
Block a user