From c38d2de16713326657ad85552f61dfc210c38abe Mon Sep 17 00:00:00 2001 From: Yun Lai Date: Tue, 22 Oct 2024 10:07:28 +1100 Subject: [PATCH] fix: generate ssh key for the ssh clone to run --- .github/workflows/test-git-autoversion.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-git-autoversion.yml b/.github/workflows/test-git-autoversion.yml index fa18d317..1391043b 100644 --- a/.github/workflows/test-git-autoversion.yml +++ b/.github/workflows/test-git-autoversion.yml @@ -14,5 +14,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.AUTO_VERSIONING }} run: | set -xe - git ls-remote --refs --tags git@github.com:aws/aws-cli.git + # ssh-keygen -o -t rsa -C "ssh-keygen@cashapp.github.io" -N "" -f ~/.ssh/id_rsa + git ls-remote --refs --tags https://github.com/aws/aws-cli.git