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.
2 parents 15b7658 + 1ef8257 commit e22ddceCopy full SHA for e22ddce
.github/workflows/main.yml
@@ -48,6 +48,7 @@ jobs:
48
49
permissions:
50
checks: write
51
+ contents: write
52
53
env:
54
Configuration: Release
.github/workflows/publish.yml
@@ -8,8 +8,12 @@ on:
8
jobs:
9
publish:
10
runs-on: windows-latest
11
+ permissions: write-all
12
13
steps:
14
+ - uses: GitHubSecurityLab/actions-permissions/monitor@v1
15
+ with:
16
+ config: ${{ vars.PERMISSIONS_CONFIG }}
17
18
- name: Download Assets
19
uses: i3h/download-release-asset@v1.3.3
0 commit comments