You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/01/30 19:02:54 UTC

(superset) branch master updated: fix(dependencies): adding auth for dependabot lockfile action (#26888)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fe61493a3c fix(dependencies): adding auth for dependabot lockfile action (#26888)
fe61493a3c is described below

commit fe61493a3ce2a6b31fbb272c1657852d489f031d
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Jan 30 12:02:44 2024 -0700

    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 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