CICD #15
cicd.yml
on: workflow_dispatch
Run Tests, Pre-Commits, and Build Python package
/
test
Run Tests, Pre-Commits, and Build Python package
/
build
Publish Python package to PyPI
Create and Deploy Documentation
/
build-and-deploy
Annotations
1 error
|
Invalid workflow file:
.github/workflows/cicd.yml#L7
The workflow is not valid. .github/workflows/cicd.yml (Line: 7, Col: 3): Error calling workflow 'finitearth/promptolution/.github/workflows/ci.yml@6af7cfb295e2d2349ad38a0d4eaeddfe5275a24d'. The workflow is requesting 'checks: write, contents: write, pull-requests: write', but is only allowed 'checks: none, contents: read, pull-requests: none'.
|