We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e021b6 commit 38f235aCopy full SHA for 38f235a
.github/workflows/build-image.yaml
@@ -89,6 +89,6 @@ jobs:
89
image: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_GCR_REPO }}:${{ needs.build-image.outputs.BUILD_TAG }}
90
region: ${{ secrets.GCP_REGION }}
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
+ JIRA_PASSWORD=JIRA_PASSWORD:latest
+ JIRA_USERNAME=JIRA_USERNAME:latest
+ BUGZILLA_API_KEY=BUGZILLA_API_KEY:latest
0 commit comments