fix(update-flake-lock): correct interpolation for gh token

This commit is contained in:
Youwen Wu 2025-04-19 21:23:11 -07:00
parent 8b3a42f1d6
commit e9cafc0ec2
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -21,4 +21,5 @@ jobs:
lock lock
pr-assignees: youwen5 pr-assignees: youwen5
nix-options: nix-options:
--option access-tokens "github.com=${{GH_TOKEN_FOR_UPDATES}}" --option access-tokens
"github.com=${{secrets.GH_TOKEN_FOR_UPDATES}}"