Skip to content

Commit a6149f3

Browse files
committed
Merge branch 'dev'
2 parents fe54892 + bbe5489 commit a6149f3

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: build project 🏗️
3838
run: npm run build && cp ./dist/index.html ./dist/404.html
3939
env:
40-
VITE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
VITE_GITHUB_TOKEN: ${{ secrets.VITE_GITHUB_TOKEN }}
4141

4242
- name: setup pages 📄
4343
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)