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.
1 parent cd0c157 commit 8df29b1Copy full SHA for 8df29b1
.github/workflows/build.yml
@@ -26,8 +26,6 @@ jobs:
26
run: 'yarn run docs:build'
27
28
- name: Push to Publish Branch
29
- env:
30
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }
31
run: |
32
git config --global user.name 'github-actions[bot]'
33
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
0 commit comments