Skip to content

Commit

Permalink
add back assume role
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent 7835aa9 commit b657c5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
# which bundle


# - name: Assume role in AB2D Management account
# uses: aws-actions/configure-aws-credentials@v3
# with:
# aws-region: us-east-2
# role-to-assume: arn:aws:iam::${{ secrets.MGMT_ACCOUNT_ID }}:role/delegatedadmin/developer/ab2d-mgmt-github-actions
- name: Assume role in AB2D Management account
uses: aws-actions/configure-aws-credentials@v3
with:
aws-region: us-east-2
role-to-assume: arn:aws:iam::${{ secrets.MGMT_ACCOUNT_ID }}:role/delegatedadmin/developer/ab2d-mgmt-github-actions

- name: "Build Site"
run: bundle exec jekyll build --baseurl /${{github.ref_name}}
Expand Down

0 comments on commit b657c5e

Please sign in to comment.