mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Provide release_channel to all steps
This commit is contained in:
parent
4ea839fca6
commit
d9fa994a2c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -59,6 +59,8 @@ jobs:
|
|||
- os: windows-2019
|
||||
friendlyName: Windows
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
RELEASE_CHANNEL: ${{ inputs.environment }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -85,7 +87,6 @@ jobs:
|
|||
- name: Build production app
|
||||
run: yarn build:prod
|
||||
env:
|
||||
RELEASE_CHANNEL: ${{ inputs.environment }}
|
||||
DESKTOP_OAUTH_CLIENT_ID: ${{ secrets.DESKTOP_OAUTH_CLIENT_ID }}
|
||||
DESKTOP_OAUTH_CLIENT_SECRET:
|
||||
${{ secrets.DESKTOP_OAUTH_CLIENT_SECRET }}
|
||||
|
|
Loading…
Reference in a new issue