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
4
.github/workflows/dependabot-js.yml
vendored
4
.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 }}
|
||||||
|
@ -43,4 +41,4 @@ jobs:
|
||||||
git config --global user.name 'Houdini NOTICE-js worker'
|
git config --global user.name 'Houdini NOTICE-js worker'
|
||||||
git config --global user.email 'wwahammy@users.noreply.github.com'
|
git config --global user.email 'wwahammy@users.noreply.github.com'
|
||||||
git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)"
|
git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue