Skip to content

Commit

Permalink
specify read permission for pypi release workflow (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj authored Nov 23, 2023
1 parent bf8f474 commit eeaa3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
buildAndPublish:
name: Publish to PyPi
permissions:
contents: read
id-token: write
environment: production
runs-on: ubuntu-latest
Expand Down

0 comments on commit eeaa3f5

Please sign in to comment.