Skip to content

Commit 66f2ea9

Browse files
committed
chore(kratos): implement siwa validation for Chat app [fix ci]
1 parent 14cb3fa commit 66f2ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
TF_VAR_hydra_system_secret: ${{ secrets.HYDRA_SYSTEM_SECRET }}
102102
TF_VAR_hydra_cookie_secret: ${{ secrets.HYDRA_COOKIE_SECRET }}
103103
TF_VAR_kratos_database_password: ${{ secrets.KRATOS_DATABASE_PASSWORD }}
104-
TF_VAR_apple_developer_team_id: ${{ APPLE_DEVELOPER_TEAM_ID }}
105-
TF_VAR_chat_siwa_primary_app_id: ${{ CHAT_PRIMARY_APP_ID }}
104+
TF_VAR_apple_developer_team_id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
105+
TF_VAR_chat_siwa_primary_app_id: ${{ secrets.CHAT_PRIMARY_APP_ID }}
106106
run: |
107107
kubeconfig_path="/tmp/kubeconfig"
108108

0 commit comments

Comments
 (0)