Skip to content

Commit

Permalink
Pass secrets to reused workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils authored and mojganii committed Oct 30, 2024
1 parent fb2a42f commit 685c277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios-end-to-end-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
uses: ./.github/workflows/ios-end-to-end-tests.yml
with:
arg_tests_json_key: "api-tests"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/ios-end-to-end-tests-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
uses: ./.github/workflows/ios-end-to-end-tests.yml
with:
arg_tests_json_key: "pr-merge-to-main"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/ios-end-to-end-tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
uses: ./.github/workflows/ios-end-to-end-tests.yml
with:
arg_tests_json_key: "nightly"
secrets: inherit

0 comments on commit 685c277

Please sign in to comment.