Skip to content

Commit

Permalink
re-add main validation call
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS committed Nov 7, 2023
1 parent df89494 commit 1a6b41e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/terminology.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: IOPS-FHIR-Validation-call

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Allows you to run this workflow manually from the Actions tab

push:

workflow_dispatch:


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "call-workflow" which references the FHIR validator repo
call-workflow:
uses: NHSDigital/IOPS-FHIR-Test-Scripts/.github/workflows/masterfhirvalidation.yml@main
secrets:
ONTO_CLIENT_ID: ${{ secrets.ONTO_CLIENT_ID }}
ONTO_CLIENT_SECRET: ${{ secrets.ONTO_CLIENT_SECRET }}

0 comments on commit 1a6b41e

Please sign in to comment.