Skip to content

Commit

Permalink
windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldennington committed Oct 6, 2023
1 parent 17885ed commit f760aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-test-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
- workflow_dispatch
- push

permissions:
id-token: write
contents: read
# permissions:
# id-token: write
# contents: read

jobs:
prereqs:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
Get-ChildItem -Path payload/* -Include *.exe, *.dll | Move-Item -Destination unsigned-payload
- name: Sign payload files with Azure Code Signing
uses: azure/azure-code-signing-action@latest
uses: azure/azure-code-signing-action@v0.2.20
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit f760aca

Please sign in to comment.