Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
try using ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
OdedItkinOW committed May 7, 2024
1 parent 0ae348e commit acd2dc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: |
echo "GIT_USER=DevPlatBot" >> "$GITHUB_ENV"
echo "CURRENT_BRANCH=source" >> "$GITHUB_ENV"
echo "GIT_PASS={{ env.GITHUB_TOKEN }}"
echo "USE_SSH=true" >> "$GITHUB_ENV"
- name: Deploying to GitHub Pages
run: yarn install --immutable && yarn deploy
run: |
git config --global user.email "devplatformbots@overwolf.com"
git config --global user.name "DevPlatBot"
yarn install --immutable && yarn deploy

0 comments on commit acd2dc5

Please sign in to comment.