From b7f47971c1da272df4ab278837aaf3b3e9404bc1 Mon Sep 17 00:00:00 2001 From: signed-long <38993953+signed-long@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:27:10 -0700 Subject: [PATCH] CI: add `secrets: inherit` to preview workflow call (#84) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17162a4c..cffb4bdb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,5 +55,6 @@ jobs: needs: build if: github.event_name == 'pull_request' && github.repository == 'commaai/new-connect' uses: commaai/new-connect/.github/workflows/preview.yaml@master + secrets: inherit with: pr_number: ${{ github.event.number }}