ソースを参照

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

SukkaW 7 ヶ月 前
コミット
f4c16f9d7c
1 ファイル変更0 行追加1 行削除
  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
           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