Skip to content

Commit

Permalink
chore: add SSH_PRIVATE_KEY (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf-2 authored Jul 6, 2022
1 parent b9373d2 commit b5ae757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install dependencies
run: npm install
- name: Build library
Expand Down

0 comments on commit b5ae757

Please sign in to comment.