Skip to content

Commit

Permalink
Allow secrets in CI and add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 4, 2024
1 parent 52d3051 commit 0c3dd04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c3dd04

Please # to comment.