Skip to content

Commit b59d640

Browse files
author
Krzysztof Borowy
authored
build(website): update website secrets (#933)
1 parent 292e7b9 commit b59d640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website-deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Release
2626
working-directory: ./website
2727
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
28+
git config --global user.name ${{ secrets.GH_BOT_NAME }}
29+
git config --global user.email ${{ secrets.GH_BOT_EMAIL }}
30+
echo "machine github.com login ${{ secrets.GH_BOT_NAME }} password ${{ secrets.GH_RELEASE_TOKEN }}" > ~/.netrc
31+
GIT_USER=${{ secrets.GH_BOT_NAME }} yarn run deploy

0 commit comments

Comments
 (0)