Skip to content

Commit

Permalink
fix(dependencies): adding auth for dependabot lockfile action (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and sfirke committed Mar 22, 2024
1 parent 5565a72 commit 32666f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-monorepo-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32666f3

Please sign in to comment.