Skip to content

Commit

Permalink
Merge pull request #135 from Security-Tools-Alliance/fix-missing-read…
Browse files Browse the repository at this point in the history
…-permissions

build(ci): fix missing write permissions
  • Loading branch information
psyray authored Aug 14, 2024
2 parents 1f1a499 + 8210dc2 commit ac09aba
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 @@ -11,6 +11,8 @@ jobs:
release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Create release
Expand Down

0 comments on commit ac09aba

Please sign in to comment.