Skip to content

Commit

Permalink
Fix Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipitis committed Jan 21, 2024
1 parent e9c4c56 commit 37df675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
needs: [lint-build, lint-wheel, test-examples-build, test-builds]
if: success() && startsWith(github.ref, 'refs/tags/v')
permissions:
id-token: write
contents: write # required for Create GH release, Upload release assets
id-token: write # required for Publish to PyPI
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
Expand Down

0 comments on commit 37df675

Please sign in to comment.