From 1047db8dc375e797e33c6466dd708d857c2c1f3d Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 2 Oct 2025 18:41:25 +0200 Subject: [PATCH] Revert "Merge pull request #821 from filecoin-project/feat/filecoin-pin-ci" This reverts commit 883f8fc09d2f72b9e16a29ed3f3c9fcf70026344, reversing changes made to 8ecfbc8bd5767f2c13407b6e84b43ec9fdcffb1f. --- .github/workflows/filecoin-pin-upload.yml | 43 ----------------------- 1 file changed, 43 deletions(-) delete mode 100644 .github/workflows/filecoin-pin-upload.yml diff --git a/.github/workflows/filecoin-pin-upload.yml b/.github/workflows/filecoin-pin-upload.yml deleted file mode 100644 index 06e2ce86..00000000 --- a/.github/workflows/filecoin-pin-upload.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: Upload site to Filecoin - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - workflow_dispatch: - -permissions: - contents: read - actions: read - pull-requests: write - -jobs: - upload: - env: - GITHUB_TOKEN: ${{ secrets.FILECOIN_PIN_GH_TOKEN }} - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }} - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20.x - - - name: Install dependencies - run: npm ci - - - name: Build site - run: npm run build - - - name: Upload to Filecoin - uses: sgtpooki/filecoin-upload-action@main - with: - privateKey: ${{ secrets.FILECOIN_WALLET_KEY }} - path: public - minDays: 30 - maxTopUp: ${{ github.event_name == 'pull_request' && '0.0001' || '0.01' }} - providerAddress: "0xa3971A7234a3379A1813d9867B531e7EeB20ae07"