Skip to content

Commit

Permalink
ci: use w3 storage actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 27, 2023
1 parent c8a6a38 commit 3d60a15
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- id: generate-fixtures
- name: Ganerate Fixtures
env:
W3STORAGE_TOKEN: ${{ secrets.W3STORAGE_TOKEN }}
uses: bash
run: |
make fixtures.car
curl -X POST 'https://api.web3.storage/car' # token should be in W3STORAGE_TOKEN
- name: Upload fixtures
uses: web3-storage/add-to-web3@v2
with:
web3_token: ${{ secrets.W3STORAGE_TOKEN }}
path_to_add: 'fixtures.car'

0 comments on commit 3d60a15

Please sign in to comment.