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 ff0bbfc commit 66d6fc7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@ jobs:
with:
script-file: "Installer.nsi"

- name: 🔐 Azure login
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: ✍️ Sign files with Trusted Signing
uses: azure/[email protected]
with:
azure-username: ${{ secrets.AZURE_USERNAME }}
azure-password: ${{ secrets.AZURE_PASSWORD }}
# 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 All @@ -46,6 +53,16 @@ jobs:
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
exclude-environment-credential: true
exclude-workload-identity-credential: true
exclude-managed-identity-credential: true
exclude-shared-token-cache-credential: true
exclude-visual-studio-credential: true
exclude-visual-studio-code-credential: true
exclude-azure-cli-credential: false
exclude-azure-powershell-credential: true
exclude-azure-developer-cli-credential: true
exclude-interactive-browser-credential: true

- name: 🆙 Upload the Windows artifact (x86_64)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 66d6fc7

Please sign in to comment.