diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 1e75fc8ac..ba7637e43 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -29,7 +29,6 @@ jobs: - name: Run formatting run: bash ./builds/run_formatting.sh env: - aws-region: eu-west-1 AWS_ACCESS_KEY_ID: ${{ steps.aws_credentials.outputs.aws-access-key-id }} AWS_SECRET_KEY: ${{ steps.aws_credentials.outputs.aws-secret-access-key }} AWS_SESSION_TOKEN: ${{ steps.aws_credentials.outputs.aws-session-token }}