Skip to content

Commit

Permalink
fix(ci): publish action env and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jun 23, 2024
1 parent d2f57f8 commit d66ec6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/enzyme
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
Expand Down

0 comments on commit d66ec6c

Please sign in to comment.