Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Dec 4, 2024
1 parent 3d2a051 commit ff0bbfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
with:
script-file: "Installer.nsi"

- name: Sign files with Trusted Signing
- name: ✍️ Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.5.0
with:
azure-username: ${{ secrets.AZURE_USERNAME }}
azure-password: ${{ secrets.AZURE_PASSWORD }}
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
Expand Down

0 comments on commit ff0bbfc

Please sign in to comment.