Skip to content

Commit 3a9869e

Browse files
authored
Set GitHub Actions permissions (#2574)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
1 parent f73ce56 commit 3a9869e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Images
33

4+
permissions: {}
5+
46
on:
57
pull_request:
68
workflow_run:

.github/workflows/update-sh.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: update.sh
33

4+
permissions:
5+
contents: write
6+
47
on:
58
push:
69
branches:

0 commit comments

Comments
 (0)