Skip to content

Commit

Permalink
update aws session
Browse files Browse the repository at this point in the history
  • Loading branch information
karinswanson-sh committed Dec 6, 2024
1 parent 9b5e0ed commit af8a6b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID_ORG }}:role/external/github_actions
role-session-name: tmchanges_assume_github_actions_role
role-session-name: syncfork_assume_github_actions_role
output-credentials: true

- name: Assume AWS Credentials
Expand All @@ -139,6 +139,7 @@ jobs:
aws-region: us-east-1
aws-access-key-id: ${{ steps.oidc-creds.outputs.aws-access-key-id }}
aws-secret-access-key: ${{ steps.oidc-creds.outputs.aws-secret-access-key }}
aws-session-token: ${{ steps.oidc-creds.outputs.aws-session-token }}

- name: Upload zips to S3
run: |
Expand Down

0 comments on commit af8a6b2

Please sign in to comment.