Skip to content

Chore: Organize permissions on pipeline. #284

Chore: Organize permissions on pipeline.

Chore: Organize permissions on pipeline. #284

Workflow file for this run

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

Check failure on line 25 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: 25, Col: 3): Error calling workflow 'dylan-sutton-chavez/edge-python/.github/workflows/demo.yml@6b529edb4fcd0f1e7c0304c120c335bc8970a2c8'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
name: Deploy Demo (GitHub Pages)
uses: ./.github/workflows/demo.yml
secrets: inherit