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 292e7b9 commit b59d640Copy full SHA for b59d640
.github/workflows/website-deployment.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Release
26
working-directory: ./website
27
run: |
28
- git config --global user.name ${{ secrets.GH_DEPLOY_NAME }}
29
- git config --global user.email ${{ secrets.GH_DEPLOY_EMAIL }}
30
- echo "machine github.com login ${{ secrets.GH_DEPLOY_NAME }} password ${{ secrets.GH_DEPLOY_TOKEN }}" > ~/.netrc
31
- GIT_USER=${{ secrets.GH_DEPLOY_NAME }} yarn run deploy
+ git config --global user.name ${{ secrets.GH_BOT_NAME }}
+ git config --global user.email ${{ secrets.GH_BOT_EMAIL }}
+ echo "machine github.com login ${{ secrets.GH_BOT_NAME }} password ${{ secrets.GH_RELEASE_TOKEN }}" > ~/.netrc
+ GIT_USER=${{ secrets.GH_BOT_NAME }} yarn run deploy
0 commit comments