updated google.yml to reflect the more recent gke workflow action given by google in https://github.com/GoogleCloudPlatform/github-actions

This commit is contained in:
Kunwar Toor
2020-08-03 10:55:35 -07:00
parent e0507e673c
commit 96d4d9913c
+2 -3
View File
@@ -13,9 +13,8 @@
name: Build and Deploy to GKE
on:
push:
branches:
- master
release:
types: [created]
env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}