From 13edbcdef3efcc239c1f7a74beef40ea345b8941 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 Jan 2024 09:05:30 -0700 Subject: [PATCH] fix(dependencies): adding auth for dependabot lockfile action --- .github/workflows/update-monorepo-lockfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-monorepo-lockfiles.yml b/.github/workflows/update-monorepo-lockfiles.yml index 3a4919a4a6e56..f392ee0a89810 100644 --- a/.github/workflows/update-monorepo-lockfiles.yml +++ b/.github/workflows/update-monorepo-lockfiles.yml @@ -36,4 +36,4 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add package-lock.json git commit -m "Update lock file for Dependabot PR" -a # Commit the changes - git push # Push the changes back to the branch + git push https://${{ github.token }}@github.com/${{ github.repository }}.git