From ebb05d4789a79fa6afa950dd7aaae7a8e26004e6 Mon Sep 17 00:00:00 2001 From: Tim Yao <31641325+tim-yao@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:11:38 +1000 Subject: [PATCH] [SDPTA-1357] Add API_TOKEN_FTP_JIRA to workflow secrets https://digital-vic.atlassian.net/browse/SDPTA-1357 Add the JIRA token for testing the Federated publishing feature --- .github/workflows/run_e2e_be.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_e2e_be.yml b/.github/workflows/run_e2e_be.yml index 7d7648e..9aedafc 100644 --- a/.github/workflows/run_e2e_be.yml +++ b/.github/workflows/run_e2e_be.yml @@ -93,6 +93,7 @@ env: # Project secrets PREMIER_MAILGUN_DEV_TOKEN: ${{ secrets.TEST_PREMIER_MAILGUN_DEV_TOKEN }} # Keys + API_TOKEN_FTP_JIRA: ${{ secrets.TEST_API_TOKEN_FTP_JIRA }} BROWSERSTACK_USER: ${{ secrets.TEST_BROWSERSTACK_USER }} BROWSERSTACK_KEY: ${{ secrets.TEST_BROWSERSTACK_KEY }} # Settings