Skip to content

Commit

Permalink
.github/workflows: Add write permission to release workflow (#386)
Browse files Browse the repository at this point in the history
Update the permission to write packages and content for the Release GitHub action.

Signed-off-by: Kfir Toledo <[email protected]>
  • Loading branch information
kfirtoledo authored Mar 11, 2024
1 parent c2fc608 commit 45caf72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 45caf72

Please sign in to comment.