diff --git a/.github/workflows/vertx-parent.yaml b/.github/workflows/vertx-parent.yaml index d5c24fe..c7d18c1 100644 --- a/.github/workflows/vertx-parent.yaml +++ b/.github/workflows/vertx-parent.yaml @@ -21,8 +21,8 @@ jobs: - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2 with: - project_id: 'som-rit-infrastructure-prod' - workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github' + project_id: ${{ secrets.WORKLOAD_IDENTITY_PROJECT }} + workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }} create_credentials_file: true export_environment_variables: true cleanup_credentials: true @@ -83,8 +83,8 @@ jobs: - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2 with: - project_id: 'som-rit-infrastructure-prod' - workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github' + project_id: ${{ secrets.WORKLOAD_IDENTITY_PROJECT }} + workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }} create_credentials_file: true export_environment_variables: true cleanup_credentials: true