Skip to content

Commit

Permalink
ci: add permissions for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeInPierre committed Jan 13, 2024
1 parent 3f1de38 commit 7e986a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
needs: pre-commit
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
runs-on: ubuntu-latest
permissions:
issues: write
id-token: write
contents: write
steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 7e986a5

Please sign in to comment.