mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
testing prod signing
This commit is contained in:
parent
50b5d2a422
commit
e1c83d324f
3
.github/workflows/build-and-sign.yml
vendored
3
.github/workflows/build-and-sign.yml
vendored
@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
environment: test_ast
|
||||
environment: prod
|
||||
steps:
|
||||
- name: Set up dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
@ -84,7 +84,6 @@ jobs:
|
||||
SIGNING_TENANT_ID: ${{ secrets.SIGNING_TENANT_ID }}
|
||||
SIGNING_CLIENT_SECRET: ${{ secrets.SIGNING_CLIENT_SECRET }}
|
||||
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
|
||||
SECRET_TEST: ${{ secrets.SECRET_TEST }}
|
||||
|
||||
- name: List Dist
|
||||
run: dir ./dist
|
||||
|
Loading…
Reference in New Issue
Block a user