Update .github/workflows/daily-flake-update.yml
This commit is contained in:
parent
75194b33b0
commit
024edc655d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/daily-flake-update.yml
vendored
4
.github/workflows/daily-flake-update.yml
vendored
|
|
@ -28,10 +28,10 @@ jobs:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
extra-conf: |
|
extra-conf: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
id: deps
|
id: deps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue