fix(dependencies): adding auth for dependabot lockfile action (#26888)

This commit is contained in:
Evan Rusackas 2024-01-30 12:02:44 -07:00 committed by GitHub
parent 630b3ad047
commit fe61493a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git add package-lock.json git add package-lock.json
git commit -m "Update lock file for Dependabot PR" -a # Commit the changes 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