Skip to content

Commit 8dc33d2

Browse files
committed
Fix batch client var
1 parent caaad62 commit 8dc33d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-open.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- run: echo "Success!"
6767

6868
release:
69-
name: Test Release
69+
name: PROD Release
7070
needs: build
7171
secrets: inherit
7272
uses: ./.github/workflows/release.yml

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/.deploy.yml
2929
with:
3030
aws_user_pools_web_client_id: 4bu2n8at3m32a2fqnvd4t06la1
31-
batch_client_rfsh_api_tkn_op_secret_name: fom-demo-client-app-api
31+
batch_client_rfsh_api_tkn_op_secret_name: fom-client-app-api
3232
# environment: prod
3333
email_notify: [email protected]
3434
logout_chain_url: https://logon7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://loginproxy.gov.bc.ca/auth/realms/standard/protocol/openid-connect/logout?redirect_uri=

0 commit comments

Comments
 (0)