Merge pull request #12952 from sashashura/patch-1

ci: workflows security hardening
This commit is contained in:
John Westcott IV
2023-04-11 15:51:07 -04:00
committed by GitHub
3 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ on:
release:
types: [published]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
promote:
if: endsWith(github.repository, '/awx')