From b74e6b4ad596e081f106c748658659e165bf1f8f Mon Sep 17 00:00:00 2001 From: blozano-tt Date: Wed, 23 Oct 2024 16:43:22 -0700 Subject: [PATCH] Handle secrets --- .github/workflows/test-comment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-comment.yaml b/.github/workflows/test-comment.yaml index 641bc08684d..d7619c23a09 100644 --- a/.github/workflows/test-comment.yaml +++ b/.github/workflows/test-comment.yaml @@ -11,7 +11,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test run: | @@ -21,3 +21,4 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') uses: ./.github/workflows/all-post-commit-tests.yaml build-type: Release + secrets: inherit