We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb3fa commit 66f2ea9Copy full SHA for 66f2ea9
.github/workflows/apply.yml
@@ -101,8 +101,8 @@ jobs:
101
TF_VAR_hydra_system_secret: ${{ secrets.HYDRA_SYSTEM_SECRET }}
102
TF_VAR_hydra_cookie_secret: ${{ secrets.HYDRA_COOKIE_SECRET }}
103
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 }}
+ TF_VAR_apple_developer_team_id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
+ TF_VAR_chat_siwa_primary_app_id: ${{ secrets.CHAT_PRIMARY_APP_ID }}
106
run: |
107
kubeconfig_path="/tmp/kubeconfig"
108
0 commit comments