Skip to content

Commit

Permalink
fix(ci): ensure actions are write
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jul 19, 2024
1 parent a5cad6a commit 35dd9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
pull-requests: write
actions: write
runs-on: ubuntu-22.04
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 35dd9bd

Please sign in to comment.