Skip to content

Commit

Permalink
Merge pull request #85 from linkorb/fix-workflow-permission
Browse files Browse the repository at this point in the history
fix(ci): workflow requires contents write permission
  • Loading branch information
mhitza authored Oct 23, 2024
2 parents 6e891c9 + 464991c commit 2d101f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
packages: write
contents: write

jobs:
build-and-release-container:
Expand Down

0 comments on commit 2d101f7

Please sign in to comment.