From 5f9177dde1b9134ba7a3139988c1de2bcd16c999 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 Jan 2024 12:02:44 -0700 Subject: [PATCH] fix(dependencies): adding auth for dependabot lockfile action (#26888) --- .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 3a4919a4a6e5..f392ee0a8981 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