Skip to content

Commit

Permalink
Fix: add contents write permissions on publish (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Nov 29, 2024
1 parent dbb6543 commit 2356bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
env:
DOCKER_REPO: ghcr.io/spotify/flink-operator
steps:
Expand Down

0 comments on commit 2356bb7

Please sign in to comment.