Skip to content

Commit 39b2bc4

Browse files
authored
Specify an environment in the release workflow (#2995)
1 parent 2c23bf6 commit 39b2bc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
release:
88
runs-on: ubuntu-22.04
9+
environment:
10+
name: release
11+
url: https://pypi.org/p/tox
912
permissions:
1013
id-token: write
1114
steps:

0 commit comments

Comments
 (0)