use GitHub context to branch processing (#22)
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
run: npm ci
|
||||
- uses: oke-py/npm-audit-action@v1.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_assignees: oke-py
|
||||
issue_labels: vulnerability
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -27,4 +27,5 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_title: npm audit run by test job
|
||||
|
||||
Reference in New Issue
Block a user