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 da4aec6 commit 2fefb94Copy full SHA for 2fefb94
.github/workflows/release.yml
@@ -17,3 +17,7 @@ jobs:
17
productNamespacePrefix: "Splat"
18
useVisualStudioPreview: false
19
useMauiCheckDotNetTool: false
20
+ SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
21
+ SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
22
+ SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
23
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments