Skip to content

Commit 6e021b6

Browse files
author
Bryan Sieber
committed
Updating secret protocol. Manually deployed service with public invocations initially.
1 parent 4f1f32c commit 6e021b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,7 @@ jobs:
8888
service: ${{ secrets.GCP_APP_NAME }}
8989
image: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_GCR_REPO }}:${{ needs.build-image.outputs.BUILD_TAG }}
9090
region: ${{ secrets.GCP_REGION }}
91-
env_vars: JIRA_PASSWORD=JIRA_PASSWORD:latest,JIRA_USERNAME=JIRA_USERNAME:latest,BUGZILLA_API_KEY=BUGZILLA_API_KEY:latest # pragma: allowlist secret
91+
secrets: |
92+
JIRA_PASSWORD=JIRA_PASSWORD:latest # pragma: allowlist secret
93+
JIRA_USERNAME=JIRA_USERNAME:latest # pragma: allowlist secret
94+
BUGZILLA_API_KEY=BUGZILLA_API_KEY:latest # pragma: allowlist secret

0 commit comments

Comments
 (0)