Skip to content

Commit

Permalink
fix: typo in project id fiedl
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Sep 22, 2024
1 parent cff67c1 commit 4665755
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 @@ -28,7 +28,7 @@ runs:
- name: Authenticate at GCloud
uses: "google-github-actions/auth@v2"
with:
project-id: ${{ inputs.gke-project-name }}
project_id: ${{ inputs.gke-project-name }}
workload_identity_provider: "projects/${{ inputs.gke-project-id }}/locations/global/workloadIdentityPools/github-pool/"
service_account: ${{ inputs.gke-service-account }}
- id: "secrets"
Expand Down

0 comments on commit 4665755

Please sign in to comment.