Skip to content

Commit

Permalink
Forked workflows repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Jul 10, 2024
1 parent 5a3fe60 commit 369791e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ on:

jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
secrets: inherit
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main

analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: test-build
secrets: inherit

release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: test-build
secrets:
RELEASE_TOKEN: "this is not a secret"

0 comments on commit 369791e

Please sign in to comment.