Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
sudtanj committed Dec 1, 2024
1 parent 2c8e481 commit f66fc7e
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 @@ -30,7 +30,9 @@ jobs:
run: clasp -A ./.clasprc.json -P ./.clasp.json push -f

- name: Clasp deploy
run: clasp -A ./.clasprc.json -P ./.clasp.json deploy -i ${{ secrets.DEPLOY_ID }} -d ${{ github.event.head_commit.message }} -V ${{ github.run_number }}
run: clasp -A ./.clasprc.json -P ./.clasp.json deploy -i $DEPLOY_ID -d ${{ github.event.head_commit.message }} -V ${{ github.run_number }}
env:
DEPLOY_ID: ${{ secrets.DEPLOY_ID }}

# - name: Deploy to Apps Script
# uses: daikikatsuragawa/clasp-action@v1.1.0
Expand Down

0 comments on commit f66fc7e

Please sign in to comment.