We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa243f commit f6f899aCopy full SHA for f6f899a
.github/workflows/main.yml
@@ -20,6 +20,9 @@ jobs:
20
CI_FHIR_VALIDATION:
21
# The type of runner that the job will run on
22
runs-on: ubuntu-latest
23
+
24
+ permissions:
25
+ contents: read
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
@@ -38,7 +41,6 @@ jobs:
38
41
DOTNET_VALIDATION_ENABLED: true
39
42
JAVA_VALIDATION_ENABLED: true
40
43
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA
- OUTPUT_FORMAT: RAW
44
JAVA_VALIDATION_OPTIONS: -allow-example-urls true -tx n/a
45
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
46
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
0 commit comments