From b91aef53e2f299e2e6d8efbd49c92fb33d458346 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 1 Oct 2023 08:49:26 -0600 Subject: [PATCH] Add gh token --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 78b3de4..94cbc93 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,6 +13,8 @@ jobs: - name: Install Nix uses: https://github.com/cachix/install-nix-action@v23 + with: + github_access_token: ${{ secrets.__GITHUB_TOKEN }} - name: Install dependencies run: nix profile install nixpkgs#nodejs-18_x