diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 60a74ff08734d..d2157eb495630 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -41,12 +41,6 @@ jobs: shell: bash run: poetry run pip install "boto3<2" "google-cloud-aiplatform<2" - - name: 'Authenticate to Google Cloud' - id: 'auth' - uses: google-github-actions/auth@v2 - with: - credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - - name: Run integration tests shell: bash env: diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index fd6a53fee85cb..c36607f62fee7 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -267,12 +267,6 @@ jobs: make tests working-directory: ${{ inputs.working-directory }} - - name: 'Authenticate to Google Cloud' - id: 'auth' - uses: google-github-actions/auth@v2 - with: - credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - - name: Import integration test dependencies run: poetry install --with test,test_integration working-directory: ${{ inputs.working-directory }}