File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 52
52
path : Slicer
53
53
ref : ${{ steps.collect_inputs.outputs.slicer_ref }}
54
54
55
+ - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
56
+ id : app-token
57
+ with :
58
+ app-id : ${{ vars.SLICER_APP_ID }}
59
+ private-key : ${{ secrets.SLICER_APP_PRIVATE_KEY }}
60
+ owner : Slicer
61
+ repositories : |
62
+ apidocs.slicer.org
63
+ preview.apidocs.slicer.org
64
+
55
65
- name : Determine if ref is branch or tag
56
66
id : determine
57
67
run : |
@@ -179,16 +189,6 @@ jobs:
179
189
env :
180
190
WARNING_LOG_FILE : ${{ steps.generate.outputs.warning_log_file }}
181
191
182
- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
183
- id : app-token
184
- with :
185
- app-id : ${{ vars.SLICER_APP_ID }}
186
- private-key : ${{ secrets.SLICER_APP_PRIVATE_KEY }}
187
- owner : Slicer
188
- repositories : |
189
- apidocs.slicer.org
190
- preview.apidocs.slicer.org
191
-
192
192
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
193
193
with :
194
194
repository : Slicer/${{ toJSON(steps.collect_inputs.outputs.preview) && 'preview.apidocs.slicer.org' || 'apidocs.slicer.org' }}
You can’t perform that action at this time.
0 commit comments