diff options
Diffstat (limited to '.github/workflows/hommabot2.yml')
| -rw-r--r-- | .github/workflows/hommabot2.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/hommabot2.yml b/.github/workflows/hommabot2.yml index 5abdca2..dd01614 100644 --- a/.github/workflows/hommabot2.yml +++ b/.github/workflows/hommabot2.yml @@ -18,7 +18,8 @@ env: &SHEETS_RANGE=Aikataulu!A4:C999\ &TELEGRAM_BOT_TOKEN=1617681735:AAFr1314RVQt7giW82yh0DYQKqGl4m_B8gM\ &TELEGRAM_WEBHOOK_URL=https://hommabot.jan.systems/webhook/telegram\ - &PG_CONNECTION_URI=postgresql://hommabot_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/hommabot" + &PG_CONNECTION_URI=postgresql://hommabot_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/hommabot\ + &G_SA_JSON_B64=${{ secrets.G_SA_JSON_B64 }}" jobs: website: |
