ci: fix flake update push token
This commit is contained in:
parent
b85ad9d7f4
commit
2d5be8d36b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake-inputs.yml
vendored
2
.github/workflows/update-flake-inputs.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue