From efaddac541f834da290660c4afd9f4c4ff914f1b Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Wed, 23 Feb 2022 13:40:53 +0000 Subject: [PATCH] Authenticate pushes using a PAT --- .github/workflows/dependabot-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 59e8308..342628e 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -46,6 +46,7 @@ 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