Skip to content

Commit

Permalink
Specify an environment in the release workflow (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 26, 2023
1 parent 2c23bf6 commit 39b2bc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
release:
runs-on: ubuntu-22.04
environment:
name: release
url: https://pypi.org/p/tox
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 39b2bc4

Please sign in to comment.