Skip to content

Commit 4eaf8e3

Browse files
committed
ci: fix gha permissions
1 parent a08db88 commit 4eaf8e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ jobs:
190190

191191
image:
192192
runs-on: ubuntu-latest
193+
permissions:
194+
# same as global permissions
195+
contents: read
196+
# required to push to GHCR
197+
packages: write
193198
needs:
194199
- artifact
195200
- test

0 commit comments

Comments
 (0)