mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
|
@ -20,3 +20,5 @@ jobs:
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
lock
|
lock
|
||||||
pr-assignees: youwen5
|
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