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 8c9bfcc commit 8b46063Copy full SHA for 8b46063
.github/workflows/check-binaries.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: "0 16 * * 1-5" # min h d Mo DoW / 9am PST M-F
7
8
+permissions:
9
+ issues: write
10
+
11
jobs:
12
check-for-vulnerabilities:
13
runs-on: ubuntu-latest
0 commit comments