Skip to content

Commit d86e58b

Browse files
Fixing IAM role (#65)
* Fixing IAM role * Fix
1 parent 9ea0a51 commit d86e58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
role-to-assume: 'arn:aws:iam::068189904525:role/github-openid-connect'
2020
aws-region: 'eu-west-1'
21-
role-duration-seconds: 7200
21+
role-duration-seconds: 14400
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: '18.x'

0 commit comments

Comments
 (0)