Skip to content

initial commit

initial commit #1

Workflow file for this run

name: pipeline
on: [push]
jobs:
call-python-package-workflow:

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

View workflow run for this annotation

GitHub Actions / pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yml (Line: 6, Col: 3): Error calling workflow 'psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master'. The nested job 'pypi-publish' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/pipeline.yml (Line: 6, Col: 3): Error calling workflow 'psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master'. The nested job 'release' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none[...]
uses: psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master
with:
python_version: "3.12.0"
install_dependencies_command: "make dep"
build_command: "make build"