Skip to content

Commit

Permalink
Merge pull request #37 from bcgov/add-zenhub-key
Browse files Browse the repository at this point in the history
read key during cloudbuild
  • Loading branch information
tronghieuvuong authored Nov 30, 2023
2 parents e426c38 + 069ac47 commit 82474fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/application-status/devops/cloudbuild-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ steps:
pnpm install
pnpm build
dir: 'apps/application-status'
env:
- 'ZENHUB_APIKEY=$_ZENHUB_APIKEY'
- 'ENTITIES=$_ENTITIES'
- 'NAMETEAMSPACE=$_NAMETEAMSPACE'

#
# Deploy to firebase channel, using the PR #
Expand Down
2 changes: 2 additions & 0 deletions apps/application-status/vaults.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#vaults api
ZENHUB_APIKEY="op://API/$APP_ENV/zenhub/ZENHUB_APIKEY"

0 comments on commit 82474fc

Please sign in to comment.