Set GitHub Actions permissions (#2574)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/1968/merge
J0WI 2 months ago committed by GitHub
parent f73ce56e0d
commit 3a9869e37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,8 @@
---
name: Images
permissions: {}
on:
pull_request:
workflow_run:

@ -1,6 +1,9 @@
---
name: update.sh
permissions:
contents: write
on:
push:
branches:

Loading…
Cancel
Save