From ca8f12fa1564798be10130b20f489c6a28f708c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Sat, 17 May 2025 01:08:55 +0900 Subject: [PATCH] ci: use onedrive-upload in release.yml workflow too --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a0557874..ab69a457b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -312,6 +312,7 @@ jobs: runs-on: ubuntu-latest needs: preflight if: needs.preflight.outputs.skip-publishing == 'false' || ${{ inputs.dry-run }} + environment: onedrive-upload # for OneDrive secrets steps: - name: Check out Devolutions/actions @@ -370,6 +371,7 @@ jobs: runs-on: ubuntu-latest needs: preflight if: needs.preflight.outputs.skip-publishing == 'false' || ${{ inputs.dry-run }} + environment: onedrive-upload # for OneDrive secrets steps: - name: Check out Devolutions/actions