Skip to content

Commit f995f5d

Browse files
authored
Enable service account on gcloud action (feast-dev#1151)
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com> Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent 69aa195 commit f995f5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
with:
6868
version: '290.0.1'
6969
export_default_credentials: true
70+
project_id: ${{ secrets.GCP_PROJECT_ID }}
71+
service_account_key: ${{ secrets.GCP_SA_KEY }}
7072
- name: Get m2 cache
7173
run: |
7274
infra/scripts/download-maven-cache.sh \

0 commit comments

Comments
 (0)