From 1d93a5016f5ee63d26a3b2b6650fb24e5583c94e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 18 Apr 2021 20:41:56 +0300 Subject: Fix workflow env var escape --- .github/workflows/hommabot2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') 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: -- cgit v1.3