Skip to content

Commit 24805ed

Browse files
committed
ci: test composition - switch AWS role
1 parent 4257069 commit 24805ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
uses: ./.github/actions/c-chain-reexecution-benchmark
297297
with:
298298
aws-region: 'us-east-2'
299-
aws-role: ${{ secrets.AWS_S3_READ_ONLY_ROLE }}
299+
aws-role: ${{ secrets.AWS_S3_RW_ROLE }}
300300
github-token: ${{ secrets.GITHUB_TOKEN }}
301301
runner_name: 'self-hosted-runner-0.0.12'
302302
firewood-13-reexecution:
@@ -313,6 +313,6 @@ jobs:
313313
uses: ./.github/actions/c-chain-reexecution-benchmark
314314
with:
315315
aws-region: 'us-east-2'
316-
aws-role: ${{ secrets.AWS_S3_READ_ONLY_ROLE }}
316+
aws-role: ${{ secrets.AWS_S3_RW_ROLE }}
317317
github-token: ${{ secrets.GITHUB_TOKEN }}
318318
runner_name: 'self-hosted-runner-0.0.13'

0 commit comments

Comments
 (0)