Skip to content

Commit

Permalink
misc: allow writing contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 27, 2023
1 parent b4f1f2e commit a0d944e
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 @@ -18,6 +18,7 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing using PyPI
# a guide on how to set it up is available here: https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
contents: write


if: ${{ github.ref == 'refs/heads/main' && github.event.workflow_run.conclusion == 'success'}}
Expand Down

0 comments on commit a0d944e

Please sign in to comment.