From 52502f05fac5eb437c6dd5451aa51c6778e72b61 Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Wed, 23 Feb 2022 16:57:24 +0000 Subject: [PATCH] Use the PAT from the checkout on --- .github/workflows/dependabot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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