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