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]'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.NOTICE_WORKER_PAT }}
|
||||
- uses: actions/setup-node@v1.4.4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
@ -43,4 +41,4 @@ jobs:
|
|||
git config --global user.name 'Houdini NOTICE-js worker'
|
||||
git config --global user.email 'wwahammy@users.noreply.github.com'
|
||||
git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)"
|
||||
git push
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue