Skip to content

Commit 9c444fc

Browse files
committed
update workflow
1 parent 295eea0 commit 9c444fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dependency-update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9+
NPM_TOKEN: ${{ secrets.STAFFBOT_NPM_READ }}
1010
GITHUB_TOKEN: ${{ secrets.STAFFBOT_GITHUB_TOKEN }}
1111

1212
jobs:
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
persist-credentials: false
19-
- uses: ybiquitous/npm-audit-fix-action@v5
2019
- uses: Staffbase/npm-audit-fix-action@v4.0.10
2120
with:
2221
github_token: ${{ secrets.STAFFBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)