mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-21 02:19:44 +00:00
Replace CSC links with variables
This commit is contained in:
parent
0239f88ddc
commit
2d54f1cba9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -73,8 +73,8 @@ jobs:
|
|||
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
|
||||
WIN_CSC_LINK: https://raw.githubusercontent.com/lbryio/lbry-desktop/master/build/cert2023.pfx
|
||||
CSC_LINK: https://s3.amazonaws.com/files.lbry.io/cert/osx-csc-2021-2022.p12
|
||||
WIN_CSC_LINK: ${{ vars.WIN_CSC_LINK }}
|
||||
CSC_LINK: ${{ vars.CSC_LINK }}
|
||||
|
||||
# UI
|
||||
MATOMO_URL: https://analytics.lbry.com/
|
||||
|
|
Loading…
Add table
Reference in a new issue