Skip to content

Commit

Permalink
added secret manger for secreats1
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 12, 2023
1 parent 51e33fc commit 88d0c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
. apps-deployment-script.sh "us-east1" ${{ secrets.GKE_KEY }}
. apps-deployment-script.sh "us-east1" '${{ secrets.GKE_KEY }}'
2 changes: 1 addition & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT_ID="$(gcloud config get-value project)"
REGION="$1"
SA="$2"
SA=$(cat"$2")
echo "$SA"
# install gke-gcloud-auth-plugin to install kubectl and authenticate gke.
gcloud components install gke-gcloud-auth-plugin
Expand Down

0 comments on commit 88d0c02

Please sign in to comment.