We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f6082 commit 5f9177dCopy full SHA for 5f9177d
.github/workflows/update-monorepo-lockfiles.yml
@@ -36,4 +36,4 @@ jobs:
36
git config user.email "github-actions[bot]@users.noreply.github.com"
37
git add package-lock.json
38
git commit -m "Update lock file for Dependabot PR" -a # Commit the changes
39
- git push # Push the changes back to the branch
+ git push https://${{ github.token }}@github.com/${{ github.repository }}.git
0 commit comments