Skip to content

back to proj number #21

back to proj number

back to proj number #21

Workflow file for this run

name: Push and Deploy to Cloud Run
on:
push:
branches:
- dev
jobs:
setup-build-deploy:
name: Setup, Build and Deploy
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout
uses: 'actions/checkout@v4'
- name: Setup Workload Identity Federation
uses: google-github-actions/auth@v2
with:
workload_identity_provider: 'projects/113009620257/locations/global/workloadIdentityPools/github/providers/oidc-provider'
project_id: 'dse-nps'
token_format: 'access_token'
access_token_lifetime: 300
- name: Build and Deploy
run: |
gcloud builds describe '123-456-789'