Skip to content
Snippets Groups Projects
Commit f6d872a0 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

PIE-1057: Pass sign-pkg-windows@azure the Azure-related secrets.

parent 549e5657
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -253,18 +253,14 @@ jobs:
needs: build
runs-on: windows
steps:
- name: Decode certificate file
shell: bash
env:
SIGNING_CERT_WINDOWS: ${{ secrets.SIGNING_CERT_WINDOWS }}
run: |
mkdir -p .cert
echo "$SIGNING_CERT_WINDOWS" | base64 --decode > .cert/authenticode-cert.pfx
- name: Sign and package Windows viewer
uses: secondlife/viewer-build-util/sign-pkg-windows@azure
with:
certificate: .cert/authenticode-cert.pfx
vault_uri: "${{ secrets.AZURE_KEY_VAULT_URI }}"
cert_name: "${{ secrets.AZURE_CERT_NAME }}"
client_id: "${{ secrets.AZURE_CLIENT_ID }}"
client_secret: "${{ secrets.AZURE_CLIENT_SECRET }}"
tenant_id: "${{ secrets.AZURE_TENANT_ID }}"
sign-and-package-mac:
needs: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment