Merge pull request #161 from sirius0xdev/fix/pgvector-sa-key-auth

fix: switch pgvector image build to SA key auth
This commit is contained in:
sirius0xdev 2026-05-25 18:24:48 -04:00 committed by GitHub
commit c92cbafd75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ env:
permissions: permissions:
contents: read contents: read
id-token: write
jobs: jobs:
build: build:
@ -22,8 +21,8 @@ jobs:
- name: Authenticate to GCR - name: Authenticate to GCR
uses: google-github-actions/auth@v2 uses: google-github-actions/auth@v2
with: with:
workload_identity_provider: "projects/devops-lab-cluster/locations/global/workloadIdentityPools/github-pool/providers/github-provider" credentials_json: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_KEY }}
service_account: "github-deployer@devops-lab-cluster.iam.gserviceaccount.com" project_id: devops-lab-cluster
token_format: access_token token_format: access_token
- name: Docker Login to GCR - name: Docker Login to GCR