Skip to content

Commit

Permalink
Updated action step to specify subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditkamat authored Feb 26, 2024
1 parent e21e357 commit d3d29f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
id: create-service-acount-json
uses: jsdaniell/[email protected]
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
Expand Down

0 comments on commit d3d29f1

Please sign in to comment.