Skip to content

Commit ffc4e81

Browse files
authored
Fix GITHUB_TOKEN reference in deploy workflow
1 parent 32401a5 commit ffc4e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build with Next.js
4141
run: npm run build
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
NEXT_PUBLIC_SITE_URL: ${{ vars.NEXT_PUBLIC_SITE_URL || 'https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}' }}
4545
NEXT_STATIC_EXPORT: "true"
4646
NODE_ENV: "production"

0 commit comments

Comments
 (0)