From f4c16f9d7cca30670a339792ed7ead346a9eeb75 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 24 Aug 2025 23:09:26 +0800 Subject: [PATCH] CI: do not use token when downloading previous dist [skip ci] --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11e3351c..e551aac3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,6 @@ jobs: filter: "tree:0" # we don't care about git history here fetch-tags: false path: ${{ steps.ramdisk.outputs.build_dir }} - token: ${{ secrets.GIT_TOKEN }} - name: Setup build folder run: | if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then