Home > Software design >  Publishing Chrome Extension directly from Github
Publishing Chrome Extension directly from Github

Time:04-11

I have my chrome extension (the one's I authored) hosted on Google Chrome store. I did create a developer account (5$ one).

I'd like to link my chrome extension to it's github repository and automatically update it every-time I update the code instead of manually zipping it and uploading the zip file. Is there a way to do that? I couldn't find anything here https://github.com/Azure/actions-workflow-samples/raw/master/assets/images/Add-secret-name-value.png

  • Related