Skip to content

Chore: Add docs to README file. #283

Chore: Add docs to README file.

Chore: Add docs to README file. #283

Workflow file for this run

name: Deployment Pipeline
on:
push:
branches: [ main ]
tags: [ "v*" ]
pull_request:
branches: [ main ]
jobs:
native:
permissions:
contents: write
uses: ./.github/workflows/native.yml
secrets: inherit
wasm:
permissions:
contents: write
uses: ./.github/workflows/wasm.yml
secrets: inherit
demo:

Check failure on line 23 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / Deployment Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yml (Line: 23, Col: 3): Error calling workflow 'dylan-sutton-chavez/edge-python/.github/workflows/demo.yml@3c7eae590f61c9365c04bd68b24e630e8c46d7ba'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
permissions:
contents: write
uses: ./.github/workflows/demo.yml
secrets: inherit