Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
ssh keygen
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Mar 25, 2024
1 parent 9d26b61 commit 077c2df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Terraform Apply
run: terraform apply -auto-approve

- name: sshkeygen for ansible
run: ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -N ""

- name: Install cosign
run: go install github.com/sigstore/cosign/v2/cmd/[email protected]

Expand Down

0 comments on commit 077c2df

Please sign in to comment.