mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -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
|
||||
timeout-minutes: 20
|
||||
permissions:
|
||||
packages: write
|
||||
packages: read
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check for each of the lines
|
||||
|
||||
Reference in New Issue
Block a user