Skip to content

Commit

Permalink
try authentication outside of composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh890 committed Jun 28, 2024
1 parent 6048856 commit 6b87711
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/GitHub_Actions_Role
aws-region: us-east-1

- name: build
uses: ./.github/workflows/search-ui-deploy-composite
with:
Expand Down

0 comments on commit 6b87711

Please sign in to comment.