Skip to content

Deploying to GCP: sha ${GITHUB_SHA} #1

Deploying to GCP: sha ${GITHUB_SHA}

Deploying to GCP: sha ${GITHUB_SHA} #1

Workflow file for this run

name: Deploy to GCP
run-name: "Deploying to GCP: sha ${GITHUB_SHA}"
on:
push:
branches: [base]
jobs:
gcp_deploy:
# Add "id-token" with the intended permissions.
permissions:

Check failure on line 9 in .github/workflows/deploy-gcp.yml

View workflow run for this annotation

GitHub Actions / Deploy to GCP

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-gcp.yml (Line: 9, Col: 5): Required property is missing: runs-on
contents: 'read'
id-token: 'write'
steps:
- uses: 'actions/checkout@v4'
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: package-lock.json
- id: 'build'
run: 'npm run parcel-prod'
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
project_id: 'my-project'
workload_identity_provider: 'projects/766008139306/locations/global/workloadIdentityPools/github/providers/talmud-page-repo'
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v2'