Skip to content

Commit

Permalink
fix: #712 Fix LOGOUT_CHAIN_URL not available. (#754)
Browse files Browse the repository at this point in the history
Fix LOGOUT_CHAIN_URL not available.
  • Loading branch information
ianliuwk1019 authored Jan 10, 2025
1 parent 8014b2e commit e510896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
-p BATCH_CLIENT_RFSH_API_TKN_OP_SECRET_NAME="${{ inputs.batch_client_rfsh_api_tkn_op_secret_name }}"
-p DB_TESTDATA=${{ inputs.db_testdata }}
-p FOM_EMAIL_NOTIFY=${{ inputs.email_notify }}
-p LOGOUT_CHAIN_URL="{{ inputs.logout_chain_url }}"
-p LOGOUT_CHAIN_URL="${{ inputs.logout_chain_url }}"
- name: admin
overwrite: true
- name: db
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PROD (release)

on:
release:
types: published
types: [published]
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit e510896

Please sign in to comment.