We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c676 commit 60b9807Copy full SHA for 60b9807
.github/workflows/pack.yml
@@ -154,9 +154,9 @@ jobs:
154
uses: wdzeng/edge-addon@v2
155
if: ${{ inputs.publish_mea }}
156
with:
157
- product-id: ${{ secrets.EDGE_PRODUCT_ID }}
158
- client-id: ${{ secrets.EDGE_CLIENT_ID }}
159
- api-key: ${{ secrets.EDGE_API_KEY }}
+ product-id: ${{ secrets.MICROSOFT_PRODUCT_ID }}
+ client-id: ${{ secrets.MICROSOFT_CLIENT_ID }}
+ api-key: ${{ secrets.MICROSOFT_API_KEY }}
160
zip-path: versions/torntools_${{ env.version }}_chrome.zip
161
162
- name: Delete temporary files
0 commit comments