mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00: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
1 changed files with 0 additions and 3 deletions
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 a new issue