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 26c8acb commit 3e13839Copy full SHA for 3e13839
.github/workflows/security-monitor.yml
@@ -10,6 +10,8 @@ on:
10
branches:
11
- "*"
12
13
+concurrency: security-monitor
14
+
15
jobs:
16
security_monitor:
17
runs-on: ubuntu-latest
@@ -19,3 +21,4 @@ jobs:
19
21
uses: oneflow/security-monitor-action@master
20
22
with:
23
gh-pat: ${{ secrets.security_monitor }} # github personal access token
24
+ action-user: ${{ secrets.security_monitor_user }}
0 commit comments