From c9b9e4ec173aaf368209cbc26053853e0f7db768 Mon Sep 17 00:00:00 2001 From: marked Date: Wed, 7 May 2025 00:59:44 +0200 Subject: [PATCH] Hopefully fix CI ratelimit --- .forgejo/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4295e23..4eb0e17 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -78,7 +78,9 @@ jobs: uses: actions/checkout@v4 - name: Install Luau - uses: https://github.com/EncodedVenom/install-luau@v4 + uses: marked/install-luau@v4 + with: + token: ${{ secrets.githubttoken }} - name: Install Rokit uses: https://github.com/CompeyDev/setup-rokit@v0.1.2