Skip to content

Commit 7681d83

Browse files
Fixed build issue
1 parent bce579f commit 7681d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
id: deployment
9393
uses: actions/deploy-pages@v2
9494
env:
95-
GH_TOKEN: ${{ secrets.API_AUTH_KEY }}
95+
API_AUTH_KEY: ${{ secrets.API_AUTH_KEY }}

0 commit comments

Comments
 (0)