Skip to content

Commit

Permalink
added aws-resource-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Oct 7, 2023
1 parent d61b2d3 commit a818ef0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
ec2-instance-type: ${{ vars.AWS_INSTANCE_TYPE }}
subnet-id: ${{ vars.AWS_SUBNET }}
security-group-id: ${{ vars.AWS_SECURITY_GROUP }}
# runner-home-dir: ${{ /home/ubuntu }}
label: ${{ github.ref_name }}
aws-resource-tags: > # optional, requires additional permissions
[
{"Key": "Name", "Value": "Test-CPU-TM-HG"},
]
do-the-job:
Expand Down

0 comments on commit a818ef0

Please sign in to comment.