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