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