Skip to content

Commit

Permalink
adding signing to the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Jun 12, 2024
1 parent 9117356 commit 75d2637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build-and-test:
Expand Down Expand Up @@ -39,3 +40,6 @@ jobs:

- name: Build Extension
run: msbuild ./DocGpt.sln -p:Configuration=Release -t:Rebuild

- name: Sign Extension
run: lib\win\openvsixsigntool.exe sign -t "http://timestamp.digicert.com" ".\DocGpt.Vsix\bin\Release\DocGPT.vsix" -kvu "https://${{ secrets.AZURE_KEYVAULT_NAME }}.vault.azure.net" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc "${{ secrets.SIGNING_CERTIFICATE_NAME }}"

0 comments on commit 75d2637

Please sign in to comment.