Skip to content

Commit d66d399

Browse files
committed
ci: Use new signing method for executables
1 parent bdf78ef commit d66d399

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ jobs:
3737
python-version: "3.13"
3838
cache: pip
3939
- name: Build with PyInstaller
40-
uses: espressif/python-binary-action@master
40+
uses: espressif/python-binary-action@feat/signing_action
4141
with:
4242
scripts: 'esp_idf_monitor/__main__.py'
4343
script-name: 'esp_idf_monitor'
4444
output-dir: ./${{ env.DISTPATH }}
4545
target-platform: ${{ matrix.platform }}
46+
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
47+
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
48+
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
49+
azure-keyvault-uri: ${{ secrets.AZURE_KEYVAULT_URI }}
50+
azure-keyvault-cert-name: ${{ secrets.AZURE_KEYVAULT_CERT_NAME }}
4651

4752
- name: Add license and readme
4853
shell: bash

0 commit comments

Comments
 (0)