Skip to content

Commit

Permalink
Update hl7v2-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss authored Dec 19, 2024
1 parent 37c68ec commit da33be0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/hl7v2-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Workflow Release
name: Workflow Release to IG-website-release
on:
workflow_call:

workflow_dispatch:
jobs:
run-release:
runs-on: ubuntu-latest
Expand All @@ -14,8 +16,7 @@ jobs:
github_page: "true"
github_page_token: ${{ secrets.GITHUB_TOKEN }}
bake: "false"
nos: "false"
validator_cli: "true"
validator_cli: "false"
publish_repo: "ansforge/IG-website-release"
publish_repo_token : ${{ secrets.ANS_IG_API_TOKEN }}
publish_path_outpout : "./IG-website-release/www/ig/hl7v2"
publish_path_outpout : "./IG-website-release/www/ig/fhir"

0 comments on commit da33be0

Please sign in to comment.