forked from lix-project/nix-eval-jobs
update-flake-lock: set bot github token
This token hopefully triggers ci builds
This commit is contained in:
parent
2e1cef0dca
commit
ff6bede4b6
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
@ -17,3 +17,5 @@ jobs:
|
|||
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: Mic92/update-flake-lock@main
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
|
|
Loading…
Reference in a new issue