We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6bc91 commit a8bdec2Copy full SHA for a8bdec2
.github/workflows/release.yml
@@ -14,6 +14,6 @@ jobs:
14
productNamespacePrefix: "Splat"
15
secrets:
16
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
17
- SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
18
- SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
+ SIGN_PROFILE_NAME: ${{ secrets.SIGN_PROFILE_NAME }}
19
AZURE_CRED: ${{ secrets.AZURE_CRED }}
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments