infra: remove google creds from release and integration test workflows (#27950)

This commit is contained in:
Erick Friis 2024-11-06 16:31:10 -08:00 committed by GitHub
parent 90189f5639
commit 2494deb2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

View File

@ -41,12 +41,6 @@ jobs:
shell: bash shell: bash
run: poetry run pip install "boto3<2" "google-cloud-aiplatform<2" 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 - name: Run integration tests
shell: bash shell: bash
env: env:

View File

@ -267,12 +267,6 @@ jobs:
make tests make tests
working-directory: ${{ inputs.working-directory }} 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 - name: Import integration test dependencies
run: poetry install --with test,test_integration run: poetry install --with test,test_integration
working-directory: ${{ inputs.working-directory }} working-directory: ${{ inputs.working-directory }}