Skip to content

Commit

Permalink
Fix: add GITHUB_TOKEN write permissions (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Nov 29, 2024
1 parent 1c4f981 commit dbb6543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
permissions:
packages: write
env:
DOCKER_REPO: ghcr.io/spotify/flink-operator
steps:
Expand Down

0 comments on commit dbb6543

Please sign in to comment.