Skip to content

Commit

Permalink
feat: add bioc sync job
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kamianowski committed Dec 7, 2023
1 parent 93f81aa commit f2a8f39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
COMMIT_HASH: ${{ github.sha }}
COMMIT_MSG: ${{ github.event.head_commit.message }}
secrets: inherit
trigger_bioc_sync:
uses: gdrplatform/gDRstyle/.github/workflows/bioc-sync.yml@main
with:
PACKAGE_NAME: ${{ github.event.repository.name }}
DEFAULT_BRANCH: master
secrets: inherit

0 comments on commit f2a8f39

Please sign in to comment.