Skip to content

Commit 76c7150

Browse files
committed
1 parent 14c96a9 commit 76c7150

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,5 @@ jobs:
108108
tag: ${{ needs.build.outputs.version }}
109109
# only run deploy for CI runs on main
110110
if: github.event_name != 'pull_request'
111+
secrets:
112+
GCP_CREDENTIALS_DEPLOY: ${{ secrets.GCP_CREDENTIALS_DEPLOY }}

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
type: string
1515
required: true
1616

17+
secrets:
18+
GCP_CREDENTIALS_DEPLOY:
19+
required: true
20+
1721
workflow_dispatch:
1822
inputs:
1923
environment:

0 commit comments

Comments
 (0)