File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
1818 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
19- # aws_iam_role_arn: "arn:aws:iam::REDACTED:role/REDACTED "
19+ aws_iam_role_arn : " arn:aws:iam::306093656765:user/ajith1 "
2020 aws_region : " ap-south-1"
2121 github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222 github_action_runner_version : v2.300.2 # Optional (default is latest release)
3333 ec2_spot_instance_strategy : SpotOnly # Other options are: None, BestEffort, MaxPerformance
3434 ec2_instance_tags : > # Required for IAM role resource permission scoping
3535 [
36- {"Key": "Owner", "Value": "deploybot"}
36+ {"Key": "Owner", "Value": "deploybot"},
37+ {"Key": "Name", "Value": "github-runner"},
38+ {"Key": "Environment", "Value": "ci"},
39+ {"Key": "Project", "Value": "github-actions"},
40+ {"Key": "ManagedBy", "Value": "github-actions"}
3741 ]
3842
3943 # Job that runs on the self-hosted runner
You can’t perform that action at this time.
0 commit comments