We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295eea0 commit 9c444fcCopy full SHA for 9c444fc
1 file changed
.github/workflows/dependency-update.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
env:
9
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.STAFFBOT_NPM_READ }}
10
GITHUB_TOKEN: ${{ secrets.STAFFBOT_GITHUB_TOKEN }}
11
12
jobs:
@@ -16,7 +16,6 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
persist-credentials: false
19
- - uses: ybiquitous/npm-audit-fix-action@v5
20
- uses: Staffbase/npm-audit-fix-action@v4.0.10
21
22
github_token: ${{ secrets.STAFFBOT_GITHUB_TOKEN }}
0 commit comments