Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #526 from xeroxinteractive/next
Browse files Browse the repository at this point in the history
ci: fix ssh
  • Loading branch information
AndrewLeedham authored Feb 22, 2021
2 parents 284a384 + 70dc4f6 commit bee38fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ssh-key: ${{secrets.SSH_PRIVATE_KEY}}
- uses: actions/setup-node@v1
with:
node-version: 14
Expand All @@ -51,9 +53,6 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: 14.x-yarn-${{ hashFiles('**/yarn.lock') }}
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{secrets.SSH_PRIVATE_KEY}}
- run: yarn install
- name: Deploy
run: |
Expand Down

0 comments on commit bee38fc

Please sign in to comment.