Skip to content

Commit ceb0247

Browse files
committed
ci: Adjust sign target, secrets list
1 parent 2aa9a5c commit ceb0247

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ env:
2020
NUGET_XMLDOC_MODE: skip
2121
ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
2222

23+
# Required secrets for signing and publishing jobs:
24+
# - SIGN_AZURE_CLIENT_ID: Azure client ID for code signing
25+
# - SIGN_AZURE_TENANT_ID: Azure tenant ID for code signing
26+
# - SIGN_AZURE_SUBSCRIPTION_ID: Azure subscription ID for code signing
27+
# - SIGN_KEY_VAULT_URL: Azure Key Vault URL for code signing
28+
# - SIGN_KEY_VAULT_CERTIFICATE_ID: Key Vault certificate ID for code signing
29+
# - UNO_NUGET_FEED_API_KEY: API key for Uno NuGet feed publishing
30+
# - NUGET_ORG_API_KEY: API key for NuGet.org publishing
31+
2332
jobs:
2433
build:
2534
name: Build
@@ -80,7 +89,7 @@ jobs:
8089
name: Sign
8190
runs-on: windows-latest
8291
needs: build
83-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
92+
if: github.event_name == 'push' && (github.ref == 'refs/heads/uno' || startsWith(github.ref, 'refs/heads/release/'))
8493
environment: PackageSign
8594
permissions:
8695
contents: read

0 commit comments

Comments
 (0)