Admin: Manually update EC2 instance types (#5904)

This commit is contained in:
Bert Blommers 2023-02-05 15:01:32 -01:00 committed by GitHub
parent 792ad3a842
commit 54a8a6ca6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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