Skip to content

Commit ff9f235

Browse files
MartinNikovPetarKirov
authored andcommitted
wip
1 parent b28e8fb commit ff9f235

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/update-flake-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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
allow-import-from-derivation = true"
3737
} > $HOME/.config/nix/nix.conf

0 commit comments

Comments
 (0)