Skip to content

Commit

Permalink
Merge pull request #71 from susom/test-stage-auth
Browse files Browse the repository at this point in the history
removed GCP auth in Test stage
  • Loading branch information
pratapd1 authored Dec 18, 2024
2 parents 4610d6e + 552f694 commit ad01033
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/database-goodies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
run: |
sed -i "s/-SNAPSHOT/-github-build-${{ github.run_number }}/" pom.xml
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.WORKLOAD_IDENTITY_PROJECT }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
create_credentials_file: true
export_environment_variables: true
cleanup_credentials: true

- name: Install PostgreSQL 14
run: |
sudo apt-get update
Expand Down

0 comments on commit ad01033

Please sign in to comment.