Skip to content

Commit a57fdc3

Browse files
committed
fix: environment
1 parent 76e4cbe commit a57fdc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
environment: Secrets
1112
concurrency: release
1213
permissions:
1314
id-token: write
@@ -25,6 +26,7 @@ jobs:
2526

2627
upload-to-pypi:
2728
runs-on: ubuntu-latest
29+
environment: Secrets
2830

2931
steps:
3032
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)