Skip to content

Commit

Permalink
[infra] Added secrets: inherit to workflow call (#14454)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Sep 2, 2024
1 parent 8ed6484 commit a32e9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
needs: issue_cleanup
if: needs.issue_cleanup.outputs.orderId != ''
uses: mui/mui-public/.github/workflows/issues_order-id-validation.yml@master
secrets: inherit
with:
orderId: ${{ needs.issue_cleanup.outputs.orderId }}
permissions:
Expand Down

0 comments on commit a32e9d5

Please sign in to comment.