Skip to content

Commit

Permalink
Merge pull request #5258 from opengisch/dependabot/github_actions/azu…
Browse files Browse the repository at this point in the history
…re/trusted-signing-action-0.3.18

Bump azure/trusted-signing-action from 0.3.16 to 0.3.18
  • Loading branch information
m-kuhn committed May 22, 2024
2 parents e86ce40 + 85327d4 commit a6816a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
release:
types: ['published']
workflow_dispatch:


jobs:
Expand Down Expand Up @@ -126,8 +127,8 @@ jobs:
path: ${{ env.CMAKE_BUILD_DIR }}/_CPack_Packages/**/*.log

- name: 🎭 Sign
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') && env.ARTIFACT_NAME != null
uses: azure/trusted-signing-action@v0.3.16
if: ( github.event_name == 'release' || github.event_name == 'workflow_dispatch' ) && startsWith(github.ref, 'refs/tags/v') && env.ARTIFACT_NAME != null
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

1 comment on commit a6816a6

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.