Skip to content

Commit

Permalink
Merge pull request #11 from michael-ortiz/michael-ortiz-patch-1
Browse files Browse the repository at this point in the history
Update on_release.yaml
  • Loading branch information
michael-ortiz authored May 26, 2024
2 parents a02a5cd + 760fac3 commit 42658e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/linkifybio-oidc-role
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/linkifybio-oidc-role
role-session-name: linkifybio-role-session
aws-region: us-east-1
mask-aws-account-id: true
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/linkifybio-oidc-role
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/linkifybio-oidc-role
role-session-name: linkifybio-role-session
aws-region: us-east-1
mask-aws-account-id: true
Expand All @@ -82,4 +82,4 @@ jobs:
- name: Deploy Application
run: aws s3 sync --delete ./dist s3://linkifybio.com/



0 comments on commit 42658e8

Please sign in to comment.