mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 11:29:06 -05:00
.github/workflows: increase AWS token timeout from 1 to 3 hours
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-west-2
|
||||
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
|
||||
role-duration-seconds: 3600
|
||||
role-duration-seconds: 10800 # 3 hours D:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user