Skip to content

Commit

Permalink
ci: grant python-semantic-release permission to update the GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 2589fd5 commit 117ac2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/cache/restore@v3
Expand Down

0 comments on commit 117ac2e

Please sign in to comment.