Checkout with correct SSH key
This commit is contained in:
@@ -11,7 +11,10 @@ jobs:
|
||||
runs-on: node20
|
||||
name: Lint Dockerfiles
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
|
||||
- name: Run hadolint
|
||||
uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user