Skip to content

Commit 73d7702

Browse files
committed
Update package-audit.yml
1 parent 9c54978 commit 73d7702

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package-audit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
git-pr-title: "[SECURITY] NPM audit fix"
3232
git-branch: npm-audit-action
3333
git-remote: origin
34-
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
35+
- name: outdated version
36+
uses: ycjcl868/outdated-version-action@v1
37+
with:
38+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)