Skip to content

Commit

Permalink
Fix environment permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ast0815 committed Oct 18, 2024
1 parent 277ba4b commit cef0d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
dist:
runs-on: ubuntu-latest

environmen: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit cef0d73

Please sign in to comment.