We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fb852 commit d1008e3Copy full SHA for d1008e3
.github/workflows/submit.yml
@@ -0,0 +1,15 @@
1
+name: "submit"
2
+on:
3
+ workflow_dispatch:
4
+
5
+jobs:
6
+ submit:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - run: yarn install
11
+ - run: yarn build
12
+ - name: Browser Plugin Publish
13
+ uses: plasmo-corp/bpp@v1
14
+ with:
15
+ keys: ${{ secrets.SUBMIT_KEYS }}
.gitignore
@@ -6,3 +6,4 @@ builds
build
*.zip
.eslintcache
+keys.json
0 commit comments