Skip to content

Commit

Permalink
fix(ci): permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 16, 2024
1 parent 6b420a9 commit 639fddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
if: ${{ github.event_name == 'release' }} || ${{ github.event.inputs.publish == 'true' }}
needs: [package]

permissions:
id-token: write

runs-on: ubuntu-latest
name: "🐍 Publish Bindings"

Expand Down

0 comments on commit 639fddc

Please sign in to comment.