Skip to content

Commit 4d24cff

Browse files
committed
Update deploy.yml
1 parent ed72a8c commit 4d24cff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- '*'
67
workflow_dispatch: {}
78

89
jobs:
@@ -11,6 +12,11 @@ jobs:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
15+
- name: Set up Google Cloud Authentication
16+
uses: google-github-actions/auth@v0
17+
with:
18+
project_id: ${{ secrets.PROJECT_ID }}
19+
credentials_json: ${{ secrets.SERVICE_ACCOUNT_KEY }}
1420
- name: Set up Cloud SDK
1521
uses: google-github-actions/setup-gcloud@v0
1622
with:

0 commit comments

Comments
 (0)