Skip to content

Commit

Permalink
pass service account to use into cloud run
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Jan 30, 2024
1 parent 2dc01d2 commit 7eb8aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ jobs:
PATH_REPLACEMENT=${{ vars.PATH_REPLACEMENT }}
region: "${{ vars.GOOGLE_SERVICE_REGION }}"
project_id: "${{ vars.GOOGLE_PROJECT_ID }}"
flags: "--service-account=${{ secrets.GOOGLE_CLOUD_RUN_SERVICE_ACCOUNT}}" # action does not expose this feature

0 comments on commit 7eb8aba

Please sign in to comment.