Use DEPLOY_KEY
This commit is contained in:
parent
626012cb15
commit
ff3a53cf75
1 changed files with 7 additions and 2 deletions
7
.github/workflows/ghpages.yml
vendored
7
.github/workflows/ghpages.yml
vendored
|
|
@ -31,9 +31,14 @@ jobs:
|
||||||
npm install
|
npm install
|
||||||
npm run wallet:build
|
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
|
- name: Deploy to gh-pages
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
SSH: true
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
BRANCH: gh-pages # The branch the action should deploy to.
|
||||||
FOLDER: dist # The folder the action should deploy.
|
FOLDER: dist # The folder the action should deploy.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue