Skip to content

Commit 10ea6c0

Browse files
authored
Update ci.yml
1 parent 3d120df commit 10ea6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Deploy to GitHub Pages
1919
uses: peaceiris/actions-gh-pages@v3
2020
with:
21-
deploy_key: ${{ secrets.GH_KEY }}
21+
personal_token: ${{ secrets.GITHUB_TOKEN }}
2222
publish_dir: ./build
2323
user_name: 'Scratch Coding Hut'
24-
user_email: 'scratchcodinghut@codinghut.com'
24+
user_email: 'codinghut@codinghut.com'

0 commit comments

Comments
 (0)