Skip to content

Commit 2356bb7

Browse files
authored
Fix: add contents write permissions on publish (#839)
1 parent dbb6543 commit 2356bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
packages: write
12+
contents: write
1213
env:
1314
DOCKER_REPO: ghcr.io/spotify/flink-operator
1415
steps:

0 commit comments

Comments
 (0)