diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-19 14:51:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-19 14:51:34 +0300 |
| commit | 7f3a70c396b498a8b10553d11cf78c3ea9a872b1 (patch) | |
| tree | 29e8063a080b1bb83bd92a5cc8ff8f5365b186e7 /.github/workflows/hommabot2.yml | |
| parent | 2725e84e199e1d0b5e6ce01e405c035481e49c0d (diff) | |
Should be ready now
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: |
