Skip to content

Commit

Permalink
Use env variables instead secret (#11875)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Sep 11, 2024
1 parent 3d51b12 commit 98d99bb
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 @@ -78,7 +78,7 @@ jobs:
--env GOOGLE_APPLICATION_CREDENTIALS
--entrypoint /ko-app/image-syncer
--volume "/home/runner/work/test-infra/test-infra":"/github/workspace"
--volume "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}":"/gcp-creds.json"
--volume "$GOOGLE_APPLICATION_CREDENTIALS":"/gcp-creds.json"
europe-docker.pkg.dev/kyma-project/prod/test-infra/ko/image-syncer:v20240822-9b523f40
--images-file=/github/workspace/external-images.yaml
--target-repo-auth-key=/gcp-creds.json
Expand Down

0 comments on commit 98d99bb

Please sign in to comment.