Skip to content

Commit

Permalink
chore: add credentials for user in documentation deploy workflow (#386)
Browse files Browse the repository at this point in the history
chore: fix docs deploy CI
  • Loading branch information
korvin89 authored Jan 17, 2024
1 parent 4dd6a0a commit 6d91df6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
- name: Build
run: npm run docs:build
- name: Deploy
env:
USE_SSH: true
run: npm run docs:deploy
env:
GIT_USER: gravity-ui-bot
GIT_USER_NAME: gravity-ui-bot
GIT_USER_EMAIL: [email protected]
GIT_PASS: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
USE_SSH: false



0 comments on commit 6d91df6

Please sign in to comment.