Skip to content

Commit 3f91838

Browse files
committed
xuy-UID2-6105-deployment-pipeline-update
1 parent 5b9d777 commit 3f91838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-package-to-cdn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release SDK Package to NPM and CDN (v2)
1+
name: Release SDK to NPM and CDN (v2)
22
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} SDK Package to NPM and CDN by @${{ github.actor }}
33

44
on:
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
permissions:
130130
id-token: write
131-
environment: test
131+
environment: uid2-test
132132
steps:
133133
- uses: actions/checkout@v4
134134
with:
@@ -145,7 +145,7 @@ jobs:
145145
name: Approval To Deploy
146146
needs: [cdn-deployment-test]
147147
runs-on: ubuntu-latest
148-
environment: production
148+
environment: approve-deployment
149149
steps:
150150
- name: Approval to deploy
151151
shell: bash

0 commit comments

Comments
 (0)