Remove token and give that a try?

This commit is contained in:
Eric Schultz 2020-12-15 13:17:59 -06:00 committed by Eric Schultz
parent 02a33e0000
commit 04564daa6d

View file

@ -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