Skip to content

Commit 065dbbb

Browse files
dkueglerm-reuter
authored andcommitted
Rename quicktest secrets
- prefix QUICKTEST - CASE -> TARGET
1 parent 6e41cce commit 065dbbb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/quicktest.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ name: PR quicktest
88
# Usage: This workflow is triggered on a pull request to the dev and main branch. It can also be triggered manually
99
# with workflow-dispatch.
1010
# Expected Secrets:
11-
# - IMAGE_HREF_08mm: URL to a sample 0.8mm image
12-
# - IMAGE_HREF_1mm: URL to a sample 1mm image
13-
# - CASE_HREF_08mm: URL to the reference processing of the sample 0.8mm image
14-
# - CASE_HREF_1mm: URL to the reference processing of the sample 1mm image
15-
# - LICENSE: content of a FreeSurfer license file
11+
# - QUICKTEST_IMAGE_HREF_08mm: URL to a sample 0.8mm image
12+
# - QUICKTEST_IMAGE_HREF_1mm: URL to a sample 1mm image
13+
# - QUICKTEST_TARGET_HREF_08mm: URL to the reference processing of the sample 0.8mm image
14+
# - QUICKTEST_TARGET_HREF_1mm: URL to the reference processing of the sample 1mm image
15+
# - QUICKTEST_LICENSE: content of a FreeSurfer license file
1616

1717
concurrency:
1818
# maybe the group here should actually not depend on the ref (only number would mean there are
@@ -148,10 +148,10 @@ jobs:
148148
include:
149149
- subject-id: 1.0mm
150150
file-extension: ".mgz"
151-
image-key: IMAGE_HREF_1mm
151+
image-key: QUICKTEST_IMAGE_HREF_1mm
152152
- subject-id: 0.8mm
153153
file-extension: ".nii.gz"
154-
image-key: IMAGE_HREF_08mm
154+
image-key: QUICKTEST_IMAGE_HREF_08mm
155155
steps:
156156
- uses: actions/checkout@v4
157157
with:
@@ -162,7 +162,7 @@ jobs:
162162
subject-id: ${{ matrix.subject-id }}
163163
file-extension: ${{ matrix.file-extension }}
164164
image-href: ${{ secrets[matrix.image-key] }}
165-
license: ${{ secrets.LICENSE }}
165+
license: ${{ secrets.QUICKTEST_LICENSE }}
166166
docker-image: ${{ needs.build-docker-latest.outputs.docker-image }}
167167
extra-args: ${{ needs.build-docker-latest.outputs.extra-args }}
168168
tests:
@@ -177,9 +177,9 @@ jobs:
177177
subject-id: [0.8mm, 1.0mm]
178178
include:
179179
- subject-id: 0.8mm
180-
case-key: CASE_HREF_08mm
180+
case-key: QUICKTEST_TARGET_HREF_08mm
181181
- subject-id: 1.0mm
182-
case-key: CASE_HREF_1mm
182+
case-key: QUICKTEST_TARGET_HREF_1mm
183183
steps:
184184
- uses: actions/checkout@v4
185185
- name: Run tests

0 commit comments

Comments
 (0)