Skip to content

Commit

Permalink
Set gcp credentials file read only for all (#11877)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel authored Sep 11, 2024
1 parent c02b042 commit 994b384
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/image-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ 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_WORKLOAD_IDENTITY_FEDERATION_PROVIDER }}
workload_identity_provider: ${{ vars.GH_COM_KYMA_PROJECT_GCP_WORKLOADO_IDENTITY_FEDERATION_PROVIDER }}

- name: Set read-only GCP credentials
id: set_gcp_credentials
run: |
chmod 444 $GOOGLE_APPLICATION_CREDENTIALS
ls -ld $GOOGLE_APPLICATION_CREDENTIALS
- name: Sync Images
id: sync_images
Expand Down

0 comments on commit 994b384

Please sign in to comment.