Skip to content

Commit 94fb9b1

Browse files
authored
[SDPTA-1357] Add FTP_JIRA_EMAIL and FTP_JIRA_API_TOKEN secrets (#75)
https://digital-vic.atlassian.net/browse/SDPTA-1357 Add email var for FTP JIRA auth
1 parent a3e8e14 commit 94fb9b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_e2e_be.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ env:
9393
# Project secrets
9494
PREMIER_MAILGUN_DEV_TOKEN: ${{ secrets.TEST_PREMIER_MAILGUN_DEV_TOKEN }}
9595
# Keys
96-
API_TOKEN_FTP_JIRA: ${{ secrets.TEST_API_TOKEN_FTP_JIRA }}
96+
FTP_JIRA_EMAIL: ${{ secrets.TEST_FTP_JIRA_EMAIL }}
97+
FTP_JIRA_API_TOKEN: ${{ secrets.TEST_FTP_JIRA_API_TOKEN }}
9798
BROWSERSTACK_USER: ${{ secrets.TEST_BROWSERSTACK_USER }}
9899
BROWSERSTACK_KEY: ${{ secrets.TEST_BROWSERSTACK_KEY }}
99100
# Settings

0 commit comments

Comments
 (0)