Skip to content

Commit

Permalink
refactor: use new role and bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Jun 12, 2024
1 parent 3538144 commit 8a3ef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3-publish-cf-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
SHOW_STACK_TRACE: true
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_TEST_EXECUTION_ROLE_ARN_TEST5 }}
role-to-assume: ${{ secrets.AWS_ASSET_UPLOAD_ROLE_ARN }}
role-session-name: OIDCSession
mask-aws-account-id: true

- name: Update IAM CloudFormation templates
run: aws s3 sync ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artillery-cf-templates/ --delete
run: aws s3 sync ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artilleryio-cf-templates/ --delete

0 comments on commit 8a3ef86

Please sign in to comment.