Skip to content

Commit

Permalink
fix: added content permissions to build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Nov 8, 2023
1 parent d87de6c commit 206624f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
needs:
- test
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Trigger GitHub Release
Expand Down

0 comments on commit 206624f

Please sign in to comment.