Skip to content

Commit

Permalink
add a missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 authored Aug 27, 2024
1 parent 0574b87 commit 31aa1df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ on:
- v**
permissions:
contents: read

id-token: write
jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 31aa1df

Please sign in to comment.