Skip to content

Commit f6f899a

Browse files
authored
Update main.yml
1 parent afa243f commit f6f899a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
CI_FHIR_VALIDATION:
2121
# The type of runner that the job will run on
2222
runs-on: ubuntu-latest
23+
24+
permissions:
25+
contents: read
2326

2427
# Steps represent a sequence of tasks that will be executed as part of the job
2528
steps:
@@ -38,7 +41,6 @@ jobs:
3841
DOTNET_VALIDATION_ENABLED: true
3942
JAVA_VALIDATION_ENABLED: true
4043
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA
41-
OUTPUT_FORMAT: RAW
4244
JAVA_VALIDATION_OPTIONS: -allow-example-urls true -tx n/a
4345
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
4446
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}

0 commit comments

Comments
 (0)