mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
ci(flake-lock-update): pass gh token to nix cli
This commit is contained in:
parent
830067a9e2
commit
8b3a42f1d6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Update flake.lock
|
||||
|
@ -20,3 +20,5 @@ jobs:
|
|||
pr-labels: |
|
||||
lock
|
||||
pr-assignees: youwen5
|
||||
nix-options:
|
||||
--option access-tokens "github.com=${{GH_TOKEN_FOR_UPDATES}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue