Merge pull request #145 from nix-community/ci-default-token

ci: remove unneeded github token
This commit is contained in:
Lassulus 2023-02-07 18:14:38 +05:30 committed by GitHub
commit 6d0217cad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: