Skip to content

Commit

Permalink
profile test code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwoodworth committed Aug 29, 2023
1 parent 5093cfc commit a11365e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
role-duration-seconds: 900
role-session-name: IntegOidcAssumeRole
role-external-id: ${{ secrets.SECRETS_OIDC_AWS_ROLE_EXTERNAL_ID }}
profile: test
- name: Check Profile
run: |
ls
aws configure list-profiles
integ-access-keys:
strategy:
fail-fast: false
Expand All @@ -51,6 +52,7 @@ jobs:
role-to-assume: ${{ secrets.SECRETS_AWS_ROLE_TO_ASSUME }}
role-session-name: IntegAccessKeysAssumeRole
role-external-id: ${{ secrets.SECRETS_AWS_ROLE_EXTERNAL_ID }}
profile: test
- name: Check Profile
run: |
ls
Expand Down

0 comments on commit a11365e

Please sign in to comment.