Skip to content

Commit d48e40a

Browse files
authored
🔐 update github secrets
1 parent 1c73a71 commit d48e40a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_nextjs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: Git checkout
1516
- uses: actions/checkout@v2
1617

1718
- name: Setup Node
@@ -28,5 +29,5 @@ jobs:
2829
- name: Deploy
2930
uses: peaceiris/actions-gh-pages@v3
3031
with:
31-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32+
deploy_key: ${{ secrets.GITHUB_TOKEN }}
3233
publish_dir: ./out

0 commit comments

Comments
 (0)