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'
|
if: steps.check.outputs.modified == 'true'
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
github_token: ${{ steps.app-token.outputs.token }}
|
||||||
add: flake.lock
|
add: flake.lock
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
message: "[CI] chore: update flake"
|
message: "[CI] chore: update flake"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue