Skip to content

Commit 04c0572

Browse files
author
Raffael Herrmann
committed
Merge main into release-v1: add permissions to workflow
2 parents 8050ddd + 72c27fe commit 04c0572

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
default: false
1010
type: boolean
1111

12+
permissions:
13+
contents: read
14+
packages: write
15+
1216
jobs:
1317
build-and-push:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)