diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index b51f1be..c7856fb 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -38,3 +38,11 @@ jobs: apiClientId: ${{ secrets.CLIENT_ID }} apiClientSecret: ${{ secrets.CLIENT_SECRET }} apiRefreshToken: ${{ secrets.REFRESH_TOKEN }} + - name: Deploy to Edge Addons + uses: wdzeng/edge-addon@v1.0.3 + with: + product-id: ${{ secrets.EDGE_PRODUCT_ID }} + zip-path: './extension.zip' + client-id: ${{ secrets.EDGE_CLIENT_ID }} + client-secret: ${{ secrets.EDGE_CLIENT_SECRET }} + access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }} diff --git a/README.md b/README.md index 503c85d..f7352ee 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ [Firefox support coming soon](https://github.com/meandavejustice/pin-tweet-to-ipfs/issues/6) + + Download Pin twee to IPFS + + ## Features Pin Tweet to IPFS is a [web extension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions) targetting less-technical users who wish to archive Tweets in a verifiable way. It uses [IPFS](https://ipfs.tech/), [WebRecorder](https://webrecorder.net/), and [web3.storage](https://web3.storage/) to achieve this.