mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 06:22:27 +00:00
add known host
This commit is contained in:
6
.github/workflows/argocd.yaml
vendored
6
.github/workflows/argocd.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user