Skip to content

Commit

Permalink
pass secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Dec 24, 2024
1 parent b67cd88 commit 7143562
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automated-staging-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
FILE_PATH: '../examples/Test/Automated/'
NAME: 'Automated'
TEST_TYPE: 'automatedTest'
secrets: inherit # pragma: allowlist secret
1 change: 1 addition & 0 deletions .github/workflows/golden-copy-staging-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
FILE_PATH: '../examples/Test/Automated/GoldenCopy/Expected/'
NAME: 'Golden Copy'
TEST_TYPE: 'goldenCopyTest'
secrets: inherit # pragma: allowlist secret
5 changes: 5 additions & 0 deletions .github/workflows/staging-test-run_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7143562

Please sign in to comment.