From 0c3dd0449c3f9b049cee58cc2db2b67ba23e9c71 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Wed, 4 Dec 2024 16:51:56 +0100 Subject: [PATCH] Allow secrets in CI and add missing env --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e732737..8f3825c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,9 +42,10 @@ jobs: run: bin/test.sh - name: Run retry env: - JIRA_API_KEY: key + JBI_API_KEY: key # pragma: allowlist secret + JIRA_API_KEY: key # pragma: allowlist secret JIRA_USERNAME: foo@bar - BUGZILLA_API_KEY: key + BUGZILLA_API_KEY: key # pragma: allowlist secret DL_QUEUE_CONSTANT_RETRY: false DL_QUEUE_DSN: "file:///tmp/dlqueue" run: .venv/bin/python -m jbi.retry.py