Skip to content

Commit

Permalink
Add id token write on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamingas committed Jan 16, 2024
1 parent 0122293 commit 9f0ea77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# Set up operating system
runs-on: ubuntu-latest
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/p/ordinalgbt
Expand Down

0 comments on commit 9f0ea77

Please sign in to comment.