Skip to content

Commit

Permalink
fix(ci): Create SSH key for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
krecik committed Feb 24, 2021
1 parent 02693f1 commit 04f7b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v2
# Create key to be able to checkout public GitHub repositories during npm install
- run: ssh-keygen -t rsa -m PEM -b 4096 -C npm@actions -f ~/.ssh/id_rsa -N ""

- uses: bahmutov/npm-install@v1

- name: Configure AWS credentials
Expand Down

0 comments on commit 04f7b28

Please sign in to comment.