Skip to content

[WIP-CI]

[WIP-CI] #89

Workflow file for this run

name: Main Workflows
on:
push:
branches: ["main"]
repository_dispatch:
types: [custom-event]
workflow_dispatch:
schedule:
- cron: '0 4 * * 0'
permissions:
contents: write
pages: write
jobs:
call_env_workflow:
uses: computorg/workflows/.github/workflows/global-env.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
config-path: './config/quarto_config.yml'
call_quartopublish_workflow:

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

View workflow run for this annotation

GitHub Actions / Main Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 23, Col: 3): Error calling workflow 'computorg/workflows/.github/workflows/publish-render.yml@main'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: computorg/workflows/.github/workflows/publish-render.yml@main
needs: call_env_workflow
with:
config-path: './config/quarto_config.yml'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}