From 04564daa6d14615d663e300e5a05dc0155b7929c Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 15 Dec 2020 13:17:59 -0600 Subject: [PATCH] Remove token and give that a try? --- .github/workflows/dependabot-js.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-js.yml b/.github/workflows/dependabot-js.yml index b6257097..6dae7990 100644 --- a/.github/workflows/dependabot-js.yml +++ b/.github/workflows/dependabot-js.yml @@ -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 \ No newline at end of file + git push