From be8c79bd61759e9feb16d1e4b9c06673cdd93686 Mon Sep 17 00:00:00 2001 From: jrpereirajr Date: Wed, 15 May 2024 21:26:49 -0300 Subject: [PATCH] test with env vars --- .github/workflows/build-push-gcr.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-push-gcr.yaml b/.github/workflows/build-push-gcr.yaml index e70a5e3..bf813eb 100644 --- a/.github/workflows/build-push-gcr.yaml +++ b/.github/workflows/build-push-gcr.yaml @@ -10,9 +10,12 @@ on: jobs: deploy: uses: intersystems-community/demo-deployment/.github/workflows/deployment.yml@master + env: + TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} + OPENAI_KEY: ${{ secrets.OPENAI_KEY }} with: # Replace the name: parameter below to have your application deployed at - # https://project-name.demo.community.intersystems.com/ + # https://iris-medicopilot.demo.community.intersystems.com/ name: iris-medicopilot secrets: # Do not forget to add Secret in GitHub Repoository Settings with name SERVICE_ACCOUNT_KEY