File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525
2626 - name : Setup Git
2727 run : |
28- git config --global user.name 'github-actions[bot] '
29- git config --global user.email 'github-actions[bot]@users.noreply.github.com '
28+ git config --global user.name 'Arisamiga '
29+ git config --global user.email '${{ secrets.EMAIL }} '
3030
3131 - name : Checkout gh-pages branch
3232 env :
33- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33+ GITHUB_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3434 run : |
35- git clone --depth 1 --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
35+ git clone --depth 1 --branch gh-pages https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${{ github.repository }} gh-pages
3636
3737 - name : Copy contents to root folder
3838 run : |
You can’t perform that action at this time.
0 commit comments