Skip to content

Commit 7710108

Browse files
committed
Add workflow permissions for GHCR push
1 parent 61215ae commit 7710108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
tags:
66
- "*"
7+
permissions:
8+
contents: read
9+
packages: write
710
env:
811
REGISTRY: ghcr.io
912

0 commit comments

Comments
 (0)