Skip to content

Commit 3e13839

Browse files
chore: added concurrency and action-user input
1 parent 26c8acb commit 3e13839

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security-monitor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
branches:
1111
- "*"
1212

13+
concurrency: security-monitor
14+
1315
jobs:
1416
security_monitor:
1517
runs-on: ubuntu-latest
@@ -19,3 +21,4 @@ jobs:
1921
uses: oneflow/security-monitor-action@master
2022
with:
2123
gh-pat: ${{ secrets.security_monitor }} # github personal access token
24+
action-user: ${{ secrets.security_monitor_user }}

0 commit comments

Comments
 (0)