catppuccin / github-file-explorer-icons

🐙 Soothing pastel icons for GitHub File Explorer
https://chromewebstore.google.com/detail/catppuccin-for-github-fil/lnjaiaapbakfhlbjenjkhffcdpoompki
MIT License
49 stars 1 forks source link

Publish to Microsoft Edge Add-ons store #9

Closed uncenter closed 3 months ago

uncenter commented 3 months ago

Related to #8. We will need to set up a Catppuccin account for the Microsoft Edge Add-ons store, add the credentials as secrets, and add them as environment variables to the release workflow's submit step:

          EDGE_PRODUCT_ID: ${{ secrets.EDGE_PRODUCT_ID }}
          EDGE_CLIENT_ID: ${{ secrets.EDGE_CLIENT_ID }}
          EDGE_CLIENT_SECRET: ${{ secrets.EDGE_CLIENT_SECRET }}
          EDGE_ACCESS_TOKEN_URL: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}