Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joeygrable94 committed Oct 31, 2024
1 parent 0c619ef commit c0f0649
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.CLOUDKEY_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.CLOUDKEY_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.CLOUDKEY_AWS_DEFAULT_REGION }}
role-to-assume: ${{ secrets.AWS_GITHUB_OIDC_ROLE_ARN }}
role-duration-seconds: 1200
role-session-name: GithubCiActionSession
- name: Load AWS Account
run: aws sts get-caller-identity
- name: Setup Python
Expand Down

0 comments on commit c0f0649

Please sign in to comment.