This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch auth-for-dependabot-monorepo-fixer in repository https://gitbox.apache.org/repos/asf/superset.git
commit 13edbcdef3efcc239c1f7a74beef40ea345b8941 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Jan 30 09:05:30 2024 -0700 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 3a4919a4a6..f392ee0a89 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
