Skip to content

Commit

Permalink
feat: add uploads to edge extension store
Browse files Browse the repository at this point in the history
- refs #10
  • Loading branch information
meandavejustice committed Nov 12, 2022
1 parent e72a78f commit b4fde34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
apiClientId: ${{ secrets.CLIENT_ID }}
apiClientSecret: ${{ secrets.CLIENT_SECRET }}
apiRefreshToken: ${{ secrets.REFRESH_TOKEN }}
- name: Deploy to Edge Addons
uses: wdzeng/[email protected]
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 }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

[Firefox support coming soon](https://github.com/meandavejustice/pin-tweet-to-ipfs/issues/6)

<a href="ms-windows-store://pdp/?ProductId=0RDCKDH8ZD6B&mode=mini">
<img src="https://get.microsoft.com/images/en-us%20dark.svg" alt="Download Pin twee to IPFS" width="250"/>
</a>

## 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.
Expand Down

0 comments on commit b4fde34

Please sign in to comment.