mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
adding in the GH_TOKEN to the publishing task
This commit is contained in:
parent
7e0616f39e
commit
af254a1f52
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -205,6 +205,7 @@ jobs:
|
||||
SIGNING_TENANT_ID: ${{ secrets.SIGNING_TENANT_ID }}
|
||||
SIGNING_CLIENT_SECRET: ${{ secrets.SIGNING_CLIENT_SECRET }}
|
||||
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Rename appx files for store
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user