From 964e269281a49ef0bcf8886d2107e4e05fd4fce5 Mon Sep 17 00:00:00 2001 From: Julian Weng Date: Fri, 21 Feb 2025 18:15:03 -0500 Subject: [PATCH] Inherit secrets --- .github/workflows/build-and-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 51af69144..3d55a141e 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -21,6 +21,7 @@ jobs: frontend-check: name: "Frontend Check" uses: pennlabs/shared-actions/.github/workflows/react.yaml@bump-reusable-workflows + secrets: inherit with: path: frontend imageName: pennlabs/penn-clubs-frontend # inputs are required for build purposes but are not used for check