diff --git a/.github/workflows/sync-to-codecommit.yml b/.github/workflows/sync-to-codecommit.yml index 8438bfc..6e3bdb3 100644 --- a/.github/workflows/sync-to-codecommit.yml +++ b/.github/workflows/sync-to-codecommit.yml @@ -12,11 +12,3 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: us-gov-west-1 -