Skip to content

Commit

Permalink
Updated action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 20, 2024
1 parent f5b366e commit d46b4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.16
uses: azure/trusted-signing-action@v0.3.18
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.16
uses: azure/trusted-signing-action@v0.3.18
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
Expand Down

0 comments on commit d46b4ed

Please sign in to comment.