Skip to content

Attempt at fixing workflow #29

Attempt at fixing workflow

Attempt at fixing workflow #29

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
secrets: inherit
analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main
needs: test-build
secrets: inherit
release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
needs: test-build
secrets:
RELEASE_TOKEN: "this is not a secret"