mirror of
https://github.com/nix-community/disko.git
synced 2024-11-05 06:04:20 +03:00
ci: remove unneeded github token
v19 of the action has a default token that works well
This commit is contained in:
parent
56eb10b8ce
commit
e673fb3ac1
3
.github/workflows/update-flake-lock.yml
vendored
3
.github/workflows/update-flake-lock.yml
vendored
@ -12,9 +12,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v19
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user