Skip to content

Chore: Organize github actions pipelines. #282

Chore: Organize github actions pipelines.

Chore: Organize github actions pipelines. #282

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@d5068c01c4d604107b615c54072d4226f61659c8'. 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