Skip to content

Commit

Permalink
move environment and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Sep 19, 2023
1 parent 1321b0c commit 81e0c4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on:
types: [created]
workflow_dispatch:

environment: release
permissions:
id-token: write

jobs:
publish:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 81e0c4e

Please sign in to comment.