Skip to content

Commit

Permalink
Python publish worlflow permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Feb 11, 2024
1 parent fdea992 commit 9762b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
permissions:
id-token: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9762b79

Please sign in to comment.