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 2391123 commit c70b11aCopy full SHA for c70b11a
.github/workflows/test-build.yaml
@@ -23,10 +23,10 @@ jobs:
23
run: |-
24
docker run --rm \
25
-e JIRA_USERNAME \
26
- -e JIRA_PASSWORD \
+ -e JIRA_API_KEY \
27
-e BUGZILLA_API_KEY \
28
ghcr.io/${{ github.repository }}:${{ github.sha }}
29
env:
30
JIRA_USERNAME: "fake_username"
31
- JIRA_PASSWORD: "fake_password"
+ JIRA_API_KEY: "fake_api_key"
32
BUGZILLA_API_KEY: "fake_api_key"
infra/config/local_dev.env
@@ -2,7 +2,7 @@
2
3
# Jira API Secrets
4
JIRA_USERNAME="fake_jira_username"
5
-JIRA_PASSWORD="fake_jira_password"
+JIRA_API_KEY="fake_jira_api_key"
6
7
# Bugzilla API Secrets
8
BUGZILLA_API_KEY="fake_bugzilla_api_key"
0 commit comments