forked from lix-project/nix-eval-jobs
Revert "Enable github token in auto-update workflow"
This reverts commit bdc67cf4a6
.
This commit is contained in:
parent
2719c52dc6
commit
dfe69db146
6
.github/workflows/update-flake-lock.yml
vendored
6
.github/workflows/update-flake-lock.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v16
|
uses: cachix/install-nix-action@v16
|
||||||
with:
|
# with:
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v3
|
uses: DeterminateSystems/update-flake-lock@v3
|
||||||
|
|
Loading…
Reference in a new issue