Skip to content

Commit dd5fd47

Browse files
committed
Fix envs
1 parent fb1d487 commit dd5fd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
needs: constructor-build-test
145145
if: startsWith(github.ref, 'refs/tags/constructor-v')
146146
runs-on: ubuntu-latest
147-
environment: pypi
147+
environment: pypi-constructor
148148
permissions:
149149
contents: write
150150
id-token: write
@@ -235,7 +235,7 @@ jobs:
235235
needs: servicenow-build-test
236236
if: startsWith(github.ref, 'refs/tags/servicenow-v')
237237
runs-on: ubuntu-latest
238-
environment: pypi
238+
environment: pypi-servicenow
239239
permissions:
240240
contents: write
241241
id-token: write

0 commit comments

Comments
 (0)