Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairya-quash authored Nov 5, 2024
1 parent e22decd commit 36b10db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Fetch application.properties from Secret Manager
run: |
gcloud secrets versions access latest --secret="magnus-staging-properties" --project=${{ env.PROJECT_ID }} > $GITHUB_WORKSPACE/application.properties
gcloud secrets versions access latest --secret="magnus-staging-properties" --project=${{ env.PROJECT_ID }} > ${{env.GITHUB_WORKSPACE}}/application.properties
cat ${{env.GITHUB_WORKSPACE}}/application.properties
- name: Deploy to Cloud Run
run: |
Expand Down

0 comments on commit 36b10db

Please sign in to comment.