File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,13 @@ jobs:
5454 . './.github/scripts/Configure-AppxManifest.ps1' `
5555 -Branch "$env:CONFIGURATION" `
5656 -PackageManifestPath "$env:PACKAGE_MANIFEST_PATH" `
57- -Publisher "CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7 " `
57+ -Publisher "$env:STORE_PUBLISHER_SECRET " `
5858 -WorkingDir "$env:WORKING_DIR" `
5959 -SecretBingMapsKey "$env:SECRET_BINGMAPS_KEY" `
6060 -SecretSentry "$env:SECRET_SENTRY" `
6161 -SecretGitHubOAuthClientId "$env:SECRET_GITHUB_OAUTH_CLIENT_ID"
6262 env :
63+ STORE_PUBLISHER_SECRET : ${{ secrets.STORE_PUBLISHER_SECRET }}
6364 SECRET_BINGMAPS_KEY : ${{ secrets.BING_MAPS_SECRET }}
6465 SECRET_SENTRY : ${{ secrets.SENTRY_SECRET }}
6566 SECRET_GITHUB_OAUTH_CLIENT_ID : ${{ secrets.GH_OAUTH_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments