From 50b579ed4fcc356079e7b2431d67817ccf0a6df6 Mon Sep 17 00:00:00 2001
From: Hazel <hazel@farfrom.earth>
Date: Thu, 5 Oct 2023 14:48:54 +0100
Subject: [PATCH] attempt using PAT for submodule checkout

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

diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml
index ed509b44d..0d9f1f2a4 100644
--- a/.github/workflows/build-shit.yml
+++ b/.github/workflows/build-shit.yml
@@ -26,6 +26,7 @@ jobs:
       - uses: actions/checkout@v3
         with:
           submodules: 'recursive'
+          token: ${{ secrets.GH_RO_PAT }}
       - uses: ./.github/actions/setup-haxeshit
       - name: Build game
         run: |
@@ -48,6 +49,7 @@ jobs:
       - uses: actions/checkout@v3
         with:
           submodules: 'recursive'
+          token: ${{ secrets.GH_RO_PAT }}
       - uses: ./.github/actions/setup-haxeshit
       - name: Build game
         run: |