Browse Source

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

SukkaW 7 months ago
parent
commit
f4c16f9d7c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/main.yml

+ 0 - 1
.github/workflows/main.yml

@@ -42,7 +42,6 @@ jobs:
           filter: "tree:0" # we don't care about git history here
           filter: "tree:0" # we don't care about git history here
           fetch-tags: false
           fetch-tags: false
           path: ${{ steps.ramdisk.outputs.build_dir }}
           path: ${{ steps.ramdisk.outputs.build_dir }}
-          token: ${{ secrets.GIT_TOKEN }}
       - name: Setup build folder
       - name: Setup build folder
         run: |
         run: |
           if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then
           if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then