ci: remove unneeded github token

v19 of the action has a default token that works well
This commit is contained in:
zimbatm 2023-02-07 13:37:41 +01:00
parent 56eb10b8ce
commit e673fb3ac1
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -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: