diff --git a/.github/workflows/automated-staging-test-run.yml b/.github/workflows/automated-staging-test-run.yml index 5a0f2c27d..222061f42 100644 --- a/.github/workflows/automated-staging-test-run.yml +++ b/.github/workflows/automated-staging-test-run.yml @@ -12,3 +12,4 @@ jobs: FILE_PATH: '../examples/Test/Automated/' NAME: 'Automated' TEST_TYPE: 'automatedTest' + secrets: inherit # pragma: allowlist secret diff --git a/.github/workflows/golden-copy-staging-test-run.yml b/.github/workflows/golden-copy-staging-test-run.yml index eb27dfa4f..c1f079196 100644 --- a/.github/workflows/golden-copy-staging-test-run.yml +++ b/.github/workflows/golden-copy-staging-test-run.yml @@ -12,3 +12,4 @@ jobs: FILE_PATH: '../examples/Test/Automated/GoldenCopy/Expected/' NAME: 'Golden Copy' TEST_TYPE: 'goldenCopyTest' + secrets: inherit # pragma: allowlist secret diff --git a/.github/workflows/staging-test-run_reusable.yml b/.github/workflows/staging-test-run_reusable.yml index b7f4c2181..bfbbbdb11 100644 --- a/.github/workflows/staging-test-run_reusable.yml +++ b/.github/workflows/staging-test-run_reusable.yml @@ -18,6 +18,11 @@ on: description: The path to local files required: true default: '../examples/Test/Automated/' + secrets: + AUTOMATED_TEST_AZURE_STORAGE_CONNECTION_STRING: + required: true + SLACK_WEBHOOK_URL: + required: true jobs: test_files: