ci: override github access token
Some checks failed
CI / checks (nur) (push) Failing after 45s
CI / build-and-update (xeals, xeals) (push) Successful in 6m48s

This commit is contained in:
xeals 2023-11-14 22:04:35 +11:00
parent 0a0ce21db9
commit 99570c66cb
Signed by: xeals
SSH Key Fingerprint: SHA256:53xHRPqZPQewIgPNiVQ96gm8O4xBVzaxNj1LCSJpTf4

View File

@ -15,7 +15,10 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://gitea.com/actions/checkout@v3 uses: https://gitea.com/actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v23 - name: Install nix
uses: https://github.com/cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check ${{ matrix.check }} - name: Check ${{ matrix.check }}
# Depends on nixos/nix#7759 to simply `nix flake check` # Depends on nixos/nix#7759 to simply `nix flake check`
run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }}