Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudtanj committed Dec 1, 2024
1 parent 07c4899 commit 8c85baf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: npm install -g @google/clasp

- name: Insert config to main folder
run: '${{ secrets.clasprc_json }}' > clasprc.json
run: echo $CLASP_JSON > clasprc.json
env:
CLASP_JSON: ${{ secrets.clasprc_json }}

- name: Clasp push
run: clasp push -f
Expand Down

0 comments on commit 8c85baf

Please sign in to comment.