mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix(update-flake-lock): pass github token through nix installer instead
This commit is contained in:
parent
e9cafc0ec2
commit
f30dea1502
1 changed files with 2 additions and 3 deletions
5
.github/workflows/lock.yml
vendored
5
.github/workflows/lock.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
|
@ -20,6 +22,3 @@ jobs:
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
lock
|
lock
|
||||||
pr-assignees: youwen5
|
pr-assignees: youwen5
|
||||||
nix-options:
|
|
||||||
--option access-tokens
|
|
||||||
"github.com=${{secrets.GH_TOKEN_FOR_UPDATES}}"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue