From d3d29f13c1b2b784cbb49111ecba2b70b2808202 Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Mon, 26 Feb 2024 17:49:32 -0500 Subject: [PATCH] Updated action step to specify subdirectory --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c90ca79af..7e59b6578 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,9 @@ jobs: id: create-service-acount-json uses: jsdaniell/create-json@1.1.2 with: - name: "server/src/private_key/private.json" + name: "private.json" json: ${{ secrets.SERVICE_ACCOUNT_SECRET }} + dir: 'server/src/private_key/' - name: Compile TypeScript files run: npx tsc