diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 48f0a78..1791e90 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -18,6 +18,8 @@ jobs: - name: Install Nix uses: https://github.com/cachix/install-nix-action@v20 + with: + github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout the repository uses: actions/checkout@v3