Enable github token in auto-update workflow

This commit is contained in:
adisbladis 2022-01-08 22:48:32 +13:00
parent 30e1712827
commit bdc67cf4a6

View file

@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v16
# with:
# extra_nix_config: |
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v3