Skip to content

Commit

Permalink
Fix releaser permissions (#248)
Browse files Browse the repository at this point in the history
* think the softprops/action-gh-release needs write permissions
---------

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
  • Loading branch information
ChaosInTheCRD authored May 17, 2024
1 parent 777497a commit 5e04111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
needs: [fmt, sast, unit-test]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
contents: write # This is required for the action to work correctly
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down

0 comments on commit 5e04111

Please sign in to comment.