You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For this to work, you must verify the App Engine Admin API is enabled.
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Retrieving the repo
uses: actions/checkout@v3
- name: Preparing GCloud Auth
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GCLOUD_AUTH }}' # You must run base64 ./gcp_creds.json, then paste the output into the secrets area in your repo settings.