Skip to content

Workflow file for this run

name: Publish to app engine
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Deploy:
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
contents: 'read'
id-token: 'write'
steps:
- uses: 'actions/checkout@v4'
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
project_id: 'probcomp-caliban'
workload_identity_provider: 'projects/110275315150/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
- id: 'gcloud check'

Check failure on line 25 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Publish to app engine

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 25, Col: 11): The identifier 'gcloud check' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
run: |-
gcloud auth login --brief --cred-file="${{steps.auth.outputs.credentials_file_path}}"
gcloud services list
- id: 'deploy'
run: |
gcloud app deploy --quiet