ci: fix github auth
This commit is contained in:
parent
d5421d87db
commit
47b05d81c1
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: cachix/install-nix-action@v23
|
- uses: cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.INPUT_GITHUB_ACCESS_TOKEN }}
|
||||||
- name: "flake: update inputs"
|
- name: "flake: update inputs"
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user