From 6d7df09437c02e28c84870be64190538abe91609 Mon Sep 17 00:00:00 2001
From: Hazel <hazel@farfrom.earth>
Date: Thu, 5 Oct 2023 15:34:01 +0100
Subject: [PATCH] missed a checkout for unit tests

---
 .github/workflows/build-shit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml
index e3dd51661..0e365b281 100644
--- a/.github/workflows/build-shit.yml
+++ b/.github/workflows/build-shit.yml
@@ -71,6 +71,7 @@ jobs:
       - uses: actions/checkout@v3
         with:
           submodules: 'recursive'
+          token: ${{ secrets.GH_RO_PAT }}
       - uses: ./.github/actions/setup-haxeshit
       - name: Run unit tests
         run: |