Skip to content

Commit c70b11a

Browse files
author
Bryan Sieber
committed
Name change in additional locationsL
1 parent 2391123 commit c70b11a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: |-
2424
docker run --rm \
2525
-e JIRA_USERNAME \
26-
-e JIRA_PASSWORD \
26+
-e JIRA_API_KEY \
2727
-e BUGZILLA_API_KEY \
2828
ghcr.io/${{ github.repository }}:${{ github.sha }}
2929
env:
3030
JIRA_USERNAME: "fake_username"
31-
JIRA_PASSWORD: "fake_password"
31+
JIRA_API_KEY: "fake_api_key"
3232
BUGZILLA_API_KEY: "fake_api_key"

infra/config/local_dev.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Jira API Secrets
44
JIRA_USERNAME="fake_jira_username"
5-
JIRA_PASSWORD="fake_jira_password"
5+
JIRA_API_KEY="fake_jira_api_key"
66

77
# Bugzilla API Secrets
88
BUGZILLA_API_KEY="fake_bugzilla_api_key"

0 commit comments

Comments
 (0)