Skip to content

Commit

Permalink
test with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpereirajr committed May 16, 2024
1 parent 610630a commit be8c79b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-push-gcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8c79b

Please sign in to comment.