diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 563ea90..6eaa53c 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,9 +16,13 @@ jobs: extra_nix_config: | experimental-features = nix-command flakes nix_path: nixpkgs=channel:nixos-unstable + env: + NIX_CONFIG: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update packwiz version run: nix run nixpkgs#nix-prefetch ./nix/prefetcher.nix | tee ./nix/vendor-sha256 + env: + NIX_CONFIG: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Commit uses: stefanzweifel/git-auto-commit-action@v4