We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3edd1d commit 7bd40dbCopy full SHA for 7bd40db
.github/workflows/lf-build-windows-x86_64.yml
@@ -22,7 +22,6 @@ on:
22
# modify the default permissions granted to the GITHUB_TOKEN
23
permissions:
24
contents: 'read'
25
- actions: 'read'
26
27
jobs:
28
build-windows-x86_64:
@@ -111,7 +110,6 @@ jobs:
111
110
signing-policy-slug: 'release-signing'
112
artifact-configuration-slug: 'compiled'
113
github-artifact-id: '${{ steps.upload-unsigned-compiled.outputs.artifact-id }}'
114
- github-token: '${{ secrets.GITHUB_TOKEN }}'
115
wait-for-completion: true
116
# note: the path is always relative to GITHUB_WORKSPACE (hardcoded in the signpath action)
117
# and will be created if it does not exist
0 commit comments