From e388d792ba05606bad53b9dd3f9538324dbd74a4 Mon Sep 17 00:00:00 2001 From: Samuel Pelegrinello Caipers Date: Fri, 17 Dec 2021 15:43:31 +0100 Subject: [PATCH] First commit --- .github/workflows/test.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..9f8d923 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,23 @@ +on: [workflow_dispatch] + +jobs: + hello_world_job: + runs-on: ubuntu-latest + name: A job to say hello + steps: + - uses: actions/checkout@v2 + - uses: spcaipers-arm/VHT-AMI@use_compose_actions_vht_cli + with: + access_key_id: test + ami_id: test + aws_region: test + iam_role: test + instance_type: t2.micro + s3_bucket_name: test + secret_access_key: test + security_group_id: test + session_token: '' + ssh_key_name: common + subnet_id: '' + terminate_ec2_instance: '' + vht_in: ''