Skip to content

Commit

Permalink
fix: add gh provider
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Sep 22, 2024
1 parent 4665755 commit ba3944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/load-secret-from-gsm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
uses: "google-github-actions/auth@v2"
with:
project_id: ${{ inputs.gke-project-name }}
workload_identity_provider: "projects/${{ inputs.gke-project-id }}/locations/global/workloadIdentityPools/github-pool/"
workload_identity_provider: "projects/${{ inputs.gke-project-id }}/locations/global/workloadIdentityPools/github-pool/providers/github"
service_account: ${{ inputs.gke-service-account }}
- id: "secrets"
uses: "google-github-actions/get-secretmanager-secrets@v2"
Expand Down

0 comments on commit ba3944b

Please sign in to comment.