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 ac7e19c commit 1c9d90fCopy full SHA for 1c9d90f
.github/workflows/cd-store-preview.yml
@@ -125,9 +125,9 @@ jobs:
125
uses: isaacrlevin/[email protected]
126
with:
127
app-id: '9NSQD9PKV3SS'
128
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
129
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
130
- client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
+ tenant-id: ${{ secrets.STORE_TENANT_ID }}
+ client-id: ${{ secrets.STORE_CLIENT_ID }}
+ client-secret: ${{ secrets.STORE_CLIENT_SECRET }}
131
package-path: '${{ env.APPX_PACKAGE_DIR }}'
132
skip-polling: false
133
packages-keep: 5
0 commit comments