Skip to content

Commit

Permalink
add the required id-token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Feb 25, 2024
1 parent ffc3abf commit f7a8869
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
environment: publish
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -30,4 +33,4 @@ jobs:
- name: Build package
run: make build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f7a8869

Please sign in to comment.