ci: fix flake update push token

This commit is contained in:
2 * r + 2 * t 2026-03-20 19:57:57 +11:00
parent b85ad9d7f4
commit 2d5be8d36b

View file

@ -87,7 +87,7 @@ jobs:
if: steps.check.outputs.modified == 'true'
uses: EndBug/add-and-commit@v9
with:
token: ${{ steps.app-token.outputs.token }}
github_token: ${{ steps.app-token.outputs.token }}
add: flake.lock
default_author: github_actions
message: "[CI] chore: update flake"