Skip to content

Commit 5f9177d

Browse files
rusackaseschutho
authored andcommitted
fix(dependencies): adding auth for dependabot lockfile action (apache#26888)
1 parent 77f6082 commit 5f9177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-monorepo-lockfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
git config user.email "github-actions[bot]@users.noreply.github.com"
3737
git add package-lock.json
3838
git commit -m "Update lock file for Dependabot PR" -a # Commit the changes
39-
git push # Push the changes back to the branch
39+
git push https://${{ github.token }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)