Revert ".github/workflows: increase AWS token timeout from 1 to 3 hours"

This reverts commit 82facc6054.
This commit is contained in:
Andy Arthur
2023-03-07 13:42:19 -08:00
parent 7207c2e318
commit 072280f9fb

View File

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