Skip to content

Commit dbb6543

Browse files
authored
Fix: add GITHUB_TOKEN write permissions (#838)
1 parent 1c4f981 commit dbb6543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
push_to_registry:
88
name: Push Docker image to GitHub Packages
99
runs-on: ubuntu-latest
10+
permissions:
11+
packages: write
1012
env:
1113
DOCKER_REPO: ghcr.io/spotify/flink-operator
1214
steps:

0 commit comments

Comments
 (0)