Commit 54f0f0922407
Changed files (1)
.github
workflows
.github/workflows/nix-auto-upgrade.yaml
@@ -19,6 +19,10 @@ jobs:
uses: DeterminateSystems/update-flake-lock@a2bbe0274e3a0c4194390a1e445f734c597ebc37 # v24
with:
token: ${{ secrets.SBR_BOT_TOKEN }}
+ git-author-name: 'Vincent Demeester (sbr-bot)'
+ git-author-email: 'bot@sbr.pm'
+ git-committer-name: 'Vincent Demeester (sbr-bot)'
+ git-committer-email: 'bot@sbr.pm'
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies