Skip to content

Commit 757670d

Browse files
committed
Added Github Token for checkout
1 parent 91758c2 commit 757670d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-arisamiga.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
3030
3131
- name: Checkout gh-pages branch
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
run: |
3335
git clone --depth 1 --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
3436

.github/workflows/deploy-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
3030
3131
- name: Checkout gh-pages branch
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
run: |
3335
git clone --depth 1 --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
3436

0 commit comments

Comments
 (0)