mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix(update-flake-lock): correct interpolation for gh token
This commit is contained in:
parent
8b3a42f1d6
commit
e9cafc0ec2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
|
@ -21,4 +21,5 @@ jobs:
|
|||
lock
|
||||
pr-assignees: youwen5
|
||||
nix-options:
|
||||
--option access-tokens "github.com=${{GH_TOKEN_FOR_UPDATES}}"
|
||||
--option access-tokens
|
||||
"github.com=${{secrets.GH_TOKEN_FOR_UPDATES}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue