Skip to content

Commit

Permalink
Break Renovate lockfile commit
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Jan 18, 2025
1 parent 268f674 commit adfc59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if git diff --name-only | grep -q 'stack.yaml.lock'; then
git config user.name "renovate[bot]"
git config user.email "29139614+renovate[bot]@users.noreply.github.com"
git remote set-url origin https://x-access-token:${{ secrets.RENOVATE_GH_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:zzz${{ secrets.RENOVATE_GH_TOKEN }}@github.com/${{ github.repository }}
git add stack.yaml.lock
git commit -m "chore(deps): update lockfile"
git push
Expand Down

0 comments on commit adfc59d

Please sign in to comment.