Skip to content

Commit

Permalink
config added
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhveeramani@MINAV251 authored and aravindhveeramani@MINAV251 committed Jun 1, 2024
1 parent 73723d6 commit e2b0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: build
run: docker build -t us-central1-docker.pkg.dev/studentbase-v1/studentbase/backend:latest .
- name: Write GCP service account key to file
run: echo "${{ secrets.GCP_KEY }}" > $HOME/gcloud-key.json
run: echo "${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}" | base64 --decode > $HOME/gcloud-key.json
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
Expand Down

0 comments on commit e2b0ed0

Please sign in to comment.