diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 4e8b325..0f6beb9 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -30,10 +30,15 @@ jobs: run: | npm install npm run wallet:build + + - name: Install SSH Client 🔑 + uses: webfactory/ssh-agent@v0.2.0 + with: + ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Deploy to gh-pages uses: JamesIves/github-pages-deploy-action@releases/v3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SSH: true BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: dist # The folder the action should deploy. \ No newline at end of file + FOLDER: dist # The folder the action should deploy.