Skip to content

Commit 90627ed

Browse files
committed
Use PAT
1 parent d776724 commit 90627ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-arisamiga.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)