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 89ca16f commit cf817a4Copy full SHA for cf817a4
.github/workflows/snyk-issue.yml
@@ -4,6 +4,11 @@ on:
4
schedule:
5
- cron: '* */12 * * *'
6
7
+permissions:
8
+ contents: read
9
+ issues: write
10
+ pull-requests: write
11
+
12
concurrency: snyk-issue
13
14
jobs:
.github/workflows/snyk-pr.yml
@@ -3,6 +3,12 @@ on:
3
pull_request:
branches:
- main
snyk:
runs-on: ubuntu-latest
0 commit comments