Skip to content

Commit 0c3dd04

Browse files
committed
Allow secrets in CI and add missing env
1 parent 52d3051 commit 0c3dd04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
run: bin/test.sh
4343
- name: Run retry
4444
env:
45-
JIRA_API_KEY: key
45+
JBI_API_KEY: key # pragma: allowlist secret
46+
JIRA_API_KEY: key # pragma: allowlist secret
4647
JIRA_USERNAME: foo@bar
47-
BUGZILLA_API_KEY: key
48+
BUGZILLA_API_KEY: key # pragma: allowlist secret
4849
DL_QUEUE_CONSTANT_RETRY: false
4950
DL_QUEUE_DSN: "file:///tmp/dlqueue"
5051
run: .venv/bin/python -m jbi.retry.py

0 commit comments

Comments
 (0)