Skip to content

Commit

Permalink
fix: generate ssh key for the ssh clone to run
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Oct 21, 2024
1 parent 892248d commit 21301bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-git-autoversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.AUTO_VERSIONING }}
run: |
set -xe
ssh-keygen -o -t rsa -C "[email protected]" -N "" -f ~/.ssh/id_rsa
git ls-remote --refs --tags [email protected]:aws/aws-cli.git

0 comments on commit 21301bb

Please sign in to comment.