Skip to content

Commit

Permalink
ghasec part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 28, 2024
1 parent 2042cbf commit ea4585b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
# - name: Install SSH key
# uses: shimataro/ssh-key-action@v2
# with:
# key: ${{ secrets.DEPLOY_KEY }}
# known_hosts: unnecessary
# if_key_exists: replace
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.DEPLOY_KEY }}
known_hosts: unnecessary
if_key_exists: replace
- name: Install node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ea4585b

Please sign in to comment.