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
|
id: slug
|
||||||
|
|
||||||
- name: checkout argocd repo
|
- name: checkout argocd repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: ${{ inputs.argocd_repo_url }}
|
repository: ${{ inputs.argocd_repo_url }}
|
||||||
token: ${{ secrets.ARGOCD_GIT_TOKEN }}
|
token: ${{ secrets.ARGOCD_GIT_TOKEN }}
|
||||||
ssh-key: ${{ secrets.ARGOCD_GIT_SSH_KEY }}
|
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
|
# - uses: imranismail/setup-kustomize@v2
|
||||||
# with:
|
# with:
|
||||||
# kustomize-version: '5.7.1'
|
# kustomize-version: '5.7.1'
|
||||||
# TODO: caching kustomize binary
|
# TODO: caching kustomize binary
|
||||||
|
|
||||||
- name: install kustomize
|
- name: install kustomize
|
||||||
run: |
|
run: |
|
||||||
set -e -x # enable debugging
|
set -e -x # enable debugging
|
||||||
|
|||||||
Reference in New Issue
Block a user