From 8cfda6789402c831a65776ee0546b641c4cdb8dc Mon Sep 17 00:00:00 2001 From: marked Date: Wed, 7 May 2025 01:02:13 +0200 Subject: [PATCH] ? --- .forgejo/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4eb0e17..6e5fcc6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -78,9 +78,7 @@ jobs: uses: actions/checkout@v4 - name: Install Luau - uses: marked/install-luau@v4 - with: - token: ${{ secrets.githubttoken }} + uses: https://github.com/EncodedVenom/install-luau@v4.3 - name: Install Rokit uses: https://github.com/CompeyDev/setup-rokit@v0.1.2