mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-19 18:49:42 -06:00
Revert ".github/workflows: increase AWS token timeout from 1 to 3 hours"
This reverts commit 82facc6054.
This commit is contained in:
2
.github/workflows/ci-bats-unix.yaml
vendored
2
.github/workflows/ci-bats-unix.yaml
vendored
@@ -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: 10800 # 3 hours
|
||||
role-duration-seconds: 3600
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user