We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_TOKEN
1 parent 1f0850a commit 4fa95c5Copy full SHA for 4fa95c5
.github/workflows/deploy.yml
@@ -32,7 +32,9 @@ jobs:
32
run: |
33
git config --global user.name 'github-actions[bot]'
34
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
35
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
36
yarn deploy
37
env:
38
GIT_USER: git
- DEPLOYMENT_BRANCH: gh-pages
39
+ DEPLOYMENT_BRANCH: gh-pages
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments