Skip to content

Commit

Permalink
feat: wip release fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 26, 2023
1 parent c3443fb commit eee384f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-fixtures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Fixtures
on:
workflow_dispatch:
workflow_run:
workflows: [Release]
types:
- completed


jobs:
release:
runs-on: ubuntu-latest
steps:
- id: generate-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

0 comments on commit eee384f

Please sign in to comment.