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:
3131 run : |
3232 mkdir -p $HOME/.config/nix
3333 {
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) || '' }}
3535 accept-flake-config = true"
3636 } > $HOME/.config/nix/nix.conf
3737
38+
3839 - name : Run `nix flake update`
3940 id : update-lockfile
4041 run : |
Original file line number Diff line number Diff line change 3131 run : |
3232 mkdir -p $HOME/.config/nix
3333 {
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) || '' }}
3535 accept-flake-config = true
3636 allow-import-from-derivation = true"
3737 } > $HOME/.config/nix/nix.conf
You can’t perform that action at this time.
0 commit comments