Skip to content

Commit 26dc6d7

Browse files
committed
ci: add permissions block to main-docker.yml
1 parent 0af372c commit 26dc6d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
types:
77
- completed
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
actions: read
13+
914
env:
1015
REGISTRY_IMAGE: ghcr.io/algorithm5838/redlib
1116

0 commit comments

Comments
 (0)