Skip to content

Development

Development #26

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main
needs: test-build
release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main

Check failure on line 16 in .github/workflows/development.yml

View workflow run for this annotation

GitHub Actions / Development

Invalid workflow file

The workflow is not valid. .github/workflows/development.yml (Line: 16, Col: 11): Secret RELEASE_TOKEN is required, but not provided while calling.
needs: test-build