We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72c121 commit ca8f12fCopy full SHA for ca8f12f
1 file changed
.github/workflows/release.yml
@@ -312,6 +312,7 @@ jobs:
312
runs-on: ubuntu-latest
313
needs: preflight
314
if: needs.preflight.outputs.skip-publishing == 'false' || ${{ inputs.dry-run }}
315
+ environment: onedrive-upload # for OneDrive secrets
316
317
steps:
318
- name: Check out Devolutions/actions
@@ -370,6 +371,7 @@ jobs:
370
371
372
373
374
375
376
377
0 commit comments