Admin: Manually update EC2 instance types (#5904)
This commit is contained in:
parent
792ad3a842
commit
54a8a6ca6c
@ -10,6 +10,7 @@ name: "DataUpdate_EC2InstanceTypes"
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 12 * * 0'
|
- cron: '00 12 * * 0'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
@ -26,6 +27,7 @@ jobs:
|
|||||||
- name: Configure AWS
|
- name: Configure AWS
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
aws-region: us-east-1
|
||||||
role-to-assume: arn:aws:iam::486285699788:role/GithubActionsRole
|
role-to-assume: arn:aws:iam::486285699788:role/GithubActionsRole
|
||||||
role-duration-seconds: 60
|
role-duration-seconds: 60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user