mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(dependencies): adding auth for dependabot lockfile action (#26888)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user