Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

deps: bump @web3-storage/w3up-client from 17.2.0 to 17.3.0 #69

deps: bump @web3-storage/w3up-client from 17.2.0 to 17.3.0

deps: bump @web3-storage/w3up-client from 17.2.0 to 17.3.0 #69

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm test
- run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.sha }} > source.tar.gz
- uses: ./
with:
source: source.tar.gz
w3up-private-key: ${{ secrets.W3UP_PRIVATE_KEY }}
w3up-proof: ${{ secrets.W3UP_PROOF }}
w3name-private-key: ${{ secrets.W3NAME_PRIVATE_KEY }}
w3name-revision: ${{ secrets.W3NAME_REVISION }}