Skip to content

Add initial github workflow #1

Add initial github workflow

Add initial github workflow #1

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
permissions:

Check failure on line 5 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yaml (Line: 5, Col: 5): Required property is missing: runs-on
contents: 'read'
id-token: 'write'
steps:
- uses: 'actions/checkout@v4'
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ env.GCP_SERVICE_ACCOUNT }}