diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 18089f9..9def1d0 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -27,7 +27,9 @@ jobs: run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml - name: Set safe directory - run: git config --global --add safe.directory /__w/ds-template/ds-template + run: | + git config --global --add safe.directory /__w/ds-template/ds-template + ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts - name: Validate package build working-directory: ./ds-gh-default