Skip to content

Commit

Permalink
remove aws_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathyoub committed Jan 10, 2023
1 parent b814253 commit 46e6cc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ jobs:
services:
image: 828731156495.dkr.ecr.us-east-1.amazonaws.com/dbt-spark-odbc-test-container:latest
env:
aws_auth:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }}
timeout-minutes: 60

env:
Expand Down

0 comments on commit 46e6cc7

Please # to comment.