CI: do not use token when downloading previous dist [skip ci]

This commit is contained in:
SukkaW 2025-08-24 23:09:26 +08:00
parent daf80a4291
commit f4c16f9d7c

View File

@ -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