Skip to content

Commit 91ee385

Browse files
authored
Update main.yml
1 parent 645c163 commit 91ee385

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "18"
17+
node-version: "20" # 18에서 20으로 변경
1818
cache: "yarn"
1919

2020
- name: Install and Build
@@ -25,5 +25,5 @@ jobs:
2525
- name: Deploy
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:
28-
github_token: ${{ secrets.ACCESS_TOKEN }}
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./build

0 commit comments

Comments
 (0)