Skip to content

Commit 041e751

Browse files
committed
fix : Netlify naming issue
1 parent ad3de94 commit 041e751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
deploy-message: "🚀 Deploy from ${{ github.sha }}"
5353
enable-commit-comment: true
5454
env:
55-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
56-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
55+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
56+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_ID }}
5757
timeout-minutes: 5

0 commit comments

Comments
 (0)