File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ jobs:
31
31
run : |
32
32
mkdir -p $HOME/.config/nix
33
33
{
34
- echo "${{ inputs .nix-github-token != '' && format('access-tokens = github.com={0}', inputs .nix-github-token) || '' }}
34
+ echo "${{ secrets .nix-github-token != '' && format('access-tokens = github.com={0}', secrets .nix-github-token) || '' }}
35
35
accept-flake-config = true"
36
36
} > $HOME/.config/nix/nix.conf
37
37
38
+
38
39
- name : Run `nix flake update`
39
40
id : update-lockfile
40
41
run : |
Original file line number Diff line number Diff line change 31
31
run : |
32
32
mkdir -p $HOME/.config/nix
33
33
{
34
- echo "${{ inputs .nix-github-token != '' && format('access-tokens = github.com={0}', inputs .nix-github-token) || '' }}
34
+ echo "${{ secrets .nix-github-token != '' && format('access-tokens = github.com={0}', secrets .nix-github-token) || '' }}
35
35
accept-flake-config = true
36
36
allow-import-from-derivation = true"
37
37
} > $HOME/.config/nix/nix.conf
You can’t perform that action at this time.
0 commit comments