From f86e539c2929e349cba5491ec9627b01ee3d7529 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 28 Aug 2024 17:42:19 +0200 Subject: [PATCH] chore: try without token --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e37390a..028b4533c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: #repository: ${{ github.action_repository }} #run-id: ${{ github.event.workflow_run.id }} #github-token: ${{ secrets.GITHUB_TOKEN }} - github-token: ${{ github.token }} + #github-token: ${{ github.token }} - name: Display structure of downloaded files run: ls -lR /var/tmp/filecoin-proof-parameters/ @@ -201,4 +201,5 @@ jobs: #repository: ${{ github.action_repository }} run-id: ${{ github.event.workflow_run.id }} #github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ github.token }} - run: ls -R my-artifact