Skip to content

update index.html

update index.html #1

Workflow file for this run

name: Publish index.html on fhir.ch
on:
push:
paths:
- 'index.html'
branches:
- 'main'
jobs:
job_id:
# Add "id-token" with the intended permissions.
permissions:

Check failure on line 13 in .github/workflows/update_index.yaml

View workflow run for this annotation

GitHub Actions / Publish index.html on fhir.ch

Invalid workflow file

The workflow is not valid. .github/workflows/update_index.yaml (Line: 13, Col: 5): Required property is missing: runs-on
contents: 'read'
id-token: 'write'
steps:
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/436430299306/locations/global/workloadIdentityPools/pool1/providers/oidc-github-provider'
service_account: '[email protected]'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: 'Use gcloud CLI'
run: 'gcloud info'
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- name: 'Publish index.html'
run: 'gsutil cp ./index.html gs://fhir-ch-www/'