diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 342628e..5dba3a0 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.DEPENDABOT_AUTOBUILD }} - name: Read .nvmrc id: nvm @@ -46,7 +47,6 @@ jobs: - name: Check in any change to dist/ run: | - echo ${{ secrets.DEPENDABOT_AUTOBUILD }} | gh auth login --with-token git add dist/ git config user.name github-actions git config user.email github-actions@github.com