Skip to content

Commit e510896

Browse files
authored
fix: #712 Fix LOGOUT_CHAIN_URL not available. (#754)
Fix LOGOUT_CHAIN_URL not available.
1 parent 8014b2e commit e510896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
-p BATCH_CLIENT_RFSH_API_TKN_OP_SECRET_NAME="${{ inputs.batch_client_rfsh_api_tkn_op_secret_name }}"
123123
-p DB_TESTDATA=${{ inputs.db_testdata }}
124124
-p FOM_EMAIL_NOTIFY=${{ inputs.email_notify }}
125-
-p LOGOUT_CHAIN_URL="{{ inputs.logout_chain_url }}"
125+
-p LOGOUT_CHAIN_URL="${{ inputs.logout_chain_url }}"
126126
- name: admin
127127
overwrite: true
128128
- name: db

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PROD (release)
22

33
on:
44
release:
5-
types: published
5+
types: [published]
66
workflow_dispatch:
77
inputs:
88
tag:

0 commit comments

Comments
 (0)