Skip to content

Commit

Permalink
Fix typo in organisation variable name (#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel authored Sep 11, 2024
1 parent 994b384 commit cf4ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: google-github-actions/auth@v2
with:
project_id: ${{ vars.GCP_KYMA_PROJECT_PROJECT_ID }}
workload_identity_provider: ${{ vars.GH_COM_KYMA_PROJECT_GCP_WORKLOADO_IDENTITY_FEDERATION_PROVIDER }}
workload_identity_provider: ${{ vars.GH_COM_KYMA_PROJECT_GCP_WORKLOAD_IDENTITY_FEDERATION_PROVIDER }}

- name: Set read-only GCP credentials
id: set_gcp_credentials
Expand Down

0 comments on commit cf4ddf6

Please sign in to comment.