Skip to content

Commit

Permalink
Merge pull request #88 from lara-learning/feat/oidc-gh-envs
Browse files Browse the repository at this point in the history
fix: copy paste OIDC error
  • Loading branch information
timbru31 authored Dec 16, 2024
2 parents 9cac1cb + fc329e1 commit 103730f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-deploy-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
name: dist-and-lib
path: packages

- name: Configure AWS Credentials for China region audience
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
audience: sts.amazonaws.com.cn
aws-region: eu-central-1
role-to-assume: arn:aws-cn:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-deploy-user
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-deploy-user
role-session-name: github-deployment

- name: Deploy Frontend
run: serverless s3sync bucket --bucket ${{ secrets.COMPANY_ABBREVIATION }}-lara-frontend-${{ inputs.target }}
Expand Down

0 comments on commit 103730f

Please sign in to comment.