We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3de94 commit 041e751Copy full SHA for 041e751
.github/workflows/deploy.yml
@@ -52,6 +52,6 @@ jobs:
52
deploy-message: "🚀 Deploy from ${{ github.sha }}"
53
enable-commit-comment: true
54
env:
55
- NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
56
- NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
+ NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
+ NETLIFY_SITE_ID: ${{ secrets.NETLIFY_ID }}
57
timeout-minutes: 5
0 commit comments