Skip to content

Commit

Permalink
Update auto-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Riggd authored Jan 3, 2025
1 parent 0b43594 commit ef66753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Deploy to Netlify
env:
TOKEN: ${​{ secrets.NETLIFY_BUILD_SECRET_ID }}
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${TOKEN}
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{env.TOKEN}}

0 comments on commit ef66753

Please sign in to comment.