diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:41:56 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:41:56 +0300 |
| commit | 1d93a5016f5ee63d26a3b2b6650fb24e5583c94e (patch) | |
| tree | efd3d5e159fe2f26dd5c4626d76db13cf1272d8c /.github | |
| parent | eef48c0f3d73cefda3893ce755eb62c5984e1c87 (diff) | |
Fix workflow env var escape
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/hommabot2.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/hommabot2.yml b/.github/workflows/hommabot2.yml index 700458f..79c8e3a 100644 --- a/.github/workflows/hommabot2.yml +++ b/.github/workflows/hommabot2.yml @@ -12,11 +12,11 @@ env: GCR_PLATFORM: managed GCR_REGION: europe-north1 # Env vars (normally) comma separated. Use @ as separator since TELEGRAM_USER_IDS has commas. - GCR_ENV_VARS: "^@^SHEETS_SPREADSHEET_ID=1eKEcFRQBdM2b-pPxnSUEilAKdHnMUNXZljO_I6iqwBw\ - @SHEETS_RANGE=Aikataulu!A4:C999\ - @TELEGRAM_TOKEN=1617681735:AAFr1314RVQt7giW82yh0DYQKqGl4m_B8gM\ - TELEGRAM_WEBHOOK_URL=https://hommabot2.jan.systems/webhook/telegram\ - PG_CONNECTION_URI=postgresql://hommabot_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/hommabot" + GCR_ENV_VARS: "^&^SHEETS_SPREADSHEET_ID=1eKEcFRQBdM2b-pPxnSUEilAKdHnMUNXZljO_I6iqwBw\ + &SHEETS_RANGE=Aikataulu!A4:C999\ + &TELEGRAM_TOKEN=1617681735:AAFr1314RVQt7giW82yh0DYQKqGl4m_B8gM\ + &TELEGRAM_WEBHOOK_URL=https://hommabot2.jan.systems/webhook/telegram\ + &PG_CONNECTION_URI=postgresql://hommabot_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/hommabot" jobs: website: |
