File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments