sparse-intern-71089
08/11/2022, 3:49 PMhappy-football-3560
08/11/2022, 4:57 PMawsKeyBytes, err := os.ReadFile(AWS_INSTANCE_KEY_PATH)
sshKey := pulumi.String(string(awsKeyBytes))
Then I use "sshKey" in the PrivateKey for the remote comamnd.
This works from my local but I want to execute it from a GitHub action.