1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

build: harden promote.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 18:07:10 +02:00
parent 93f50b5211
commit 3eb748ff1f

View File

@ -4,6 +4,9 @@ on:
release:
types: [published]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
promote:
runs-on: ubuntu-latest