Skip to content

Commit 38f235a

Browse files
author
Bryan Sieber
committed
removing pragma for precommit
1 parent 6e021b6 commit 38f235a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
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 }}
9191
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
92+
JIRA_PASSWORD=JIRA_PASSWORD:latest
93+
JIRA_USERNAME=JIRA_USERNAME:latest
94+
BUGZILLA_API_KEY=BUGZILLA_API_KEY:latest

0 commit comments

Comments
 (0)