add known host

This commit is contained in:
Gharekhani Ehsan
2026-07-09 11:39:17 +03:30
parent be77ca4010
commit a1f54ad69d

View File

@@ -49,18 +49,18 @@ jobs:
id: slug
- name: checkout argocd repo
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: ${{ inputs.argocd_repo_url }}
token: ${{ secrets.ARGOCD_GIT_TOKEN }}
ssh-key: ${{ secrets.ARGOCD_GIT_SSH_KEY }}
# ssh-known-hosts: ${{ inputs.ssh_known_hosts }}
ssh-known-hosts: ${{ inputs.ssh_known_hosts }}
# - uses: imranismail/setup-kustomize@v2
# with:
# kustomize-version: '5.7.1'
# TODO: caching kustomize binary
- name: install kustomize
run: |
set -e -x # enable debugging