Skip to content

0.6.0

0.6.0 #8

Workflow file for this run

---
name: Orchestrator
on:
push:
branches:
- main
jobs:
call-testing-pipeline:

Check failure on line 10 in .github/workflows/orchestrator.yaml

View workflow run for this annotation

GitHub Actions / Orchestrator

Invalid workflow file

The workflow is not valid. .github/workflows/orchestrator.yaml (Line: 10, Col: 3): Error calling workflow 'tomharrisonjr/python-app-template/.github/workflows/test.yaml@be134874d0edb9a2d698c8679bf23baad1b52c1d'. The nested job 'Testing' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Testing
uses: ./.github/workflows/test.yaml
call-linting-pipeline:
name: Linting
uses: ./.github/workflows/lint.yaml
call-build-pipeline:
name: Build
uses: ./.github/workflows/build.yaml
call-release-pipeline:
name: Release
needs:
- call-testing-pipeline
- call-linting-pipeline
- call-build-pipeline
uses: ./.github/workflows/release.yaml
secrets: inherit