Checkout with correct SSH key

This commit is contained in:
2025-11-10 16:26:09 +01:00
parent 52da2bf2b7
commit 5029c458a1
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
ssh-key: ${{ secrets.SSH_JOHN_PRIVATE_KEY }}
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with: