Skip to content

Commit ca8f12f

Browse files
committed
ci: use onedrive-upload in release.yml workflow too
1 parent c72c121 commit ca8f12f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ jobs:
312312
runs-on: ubuntu-latest
313313
needs: preflight
314314
if: needs.preflight.outputs.skip-publishing == 'false' || ${{ inputs.dry-run }}
315+
environment: onedrive-upload # for OneDrive secrets
315316

316317
steps:
317318
- name: Check out Devolutions/actions
@@ -370,6 +371,7 @@ jobs:
370371
runs-on: ubuntu-latest
371372
needs: preflight
372373
if: needs.preflight.outputs.skip-publishing == 'false' || ${{ inputs.dry-run }}
374+
environment: onedrive-upload # for OneDrive secrets
373375

374376
steps:
375377
- name: Check out Devolutions/actions

0 commit comments

Comments
 (0)