Skip to content

Commit

Permalink
Inherit secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Dec 10, 2024
1 parent babe0c3 commit 54d08b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,6 @@ jobs:
- runtime_small
- runtime_tracing
uses: ./.github/workflows/workflow_summary.yml
secrets: inherit
with:
jobs-json: ${{ toJson(needs) }}
1 change: 1 addition & 0 deletions .github/workflows/pkgci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@ jobs:
- test_tensorflow
- test_pjrt
uses: ./.github/workflows/workflow_summary.yml
secrets: inherit
with:
jobs-json: ${{ toJson(needs) }}
1 change: 1 addition & 0 deletions .github/workflows/workflow_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# - job_1
# - job_2
# uses: ./.github/workflows/workflow_summary.yml
# secrets: inherit
# with:
# jobs-json: ${{ toJson(needs) }}
# ```
Expand Down

0 comments on commit 54d08b9

Please sign in to comment.