Skip to content

Commit

Permalink
chore: remove redundant aws credentials config
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed Mar 3, 2025
1 parent 6ab8a13 commit aa49dc9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
# - e2e
steps:
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.IAM_ROLE_TO_ASSUME }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- uses: pullpreview/action@v5
with:
# Those GitHub users will have SSH access to the servers
Expand Down

0 comments on commit aa49dc9

Please sign in to comment.