Skip to content

Commit

Permalink
Update permissions for deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 26, 2023
1 parent c778ee7 commit 9608e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
environment: deploy
permissions:
id-token: write # For PyPI trusted publishers.
id-token: write # For PyPI trusted publishers.
contents: write # For tag and release notes.
env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}

Expand Down

0 comments on commit 9608e96

Please sign in to comment.