Remove token and give that a try?
This commit is contained in:
parent
02a33e0000
commit
04564daa6d
1 changed files with 1 additions and 3 deletions
2
.github/workflows/dependabot-js.yml
vendored
2
.github/workflows/dependabot-js.yml
vendored
|
@ -19,8 +19,6 @@ jobs:
|
||||||
if: github.actor == 'dependabot[bot]'
|
if: github.actor == 'dependabot[bot]'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
token: ${{ secrets.NOTICE_WORKER_PAT }}
|
|
||||||
- uses: actions/setup-node@v1.4.4
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
|
Loading…
Reference in a new issue