From 42b4eebca16c5f22202e05b0876502c91269ff9c Mon Sep 17 00:00:00 2001
From: Ven <vendicated@riseup.net>
Date: Wed, 21 Dec 2022 21:05:52 +0100
Subject: [PATCH] Update build.yml

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1cdebd0c..ecea61b8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
                 git config --global user.name "$USERNAME"
                 git config --global user.email actions@github.com
 
-                gh repo clone "$GH_REPO" upload
+                git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload
                 cd upload
                 rm -rf * .*
                 cp -r ../dist/* .