File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ name : automerge
2+ on : [push, pull_request]
3+
4+ jobs :
5+ build :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v2
9+ - run : yarn install
10+ - run : yarn build
11+ automerge :
12+ needs : build
13+ runs-on : ubuntu-latest
14+
15+ permissions :
16+ pull-requests : write
17+ contents : write
18+
19+ steps :
20+ 21+ with :
22+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 66build
77* .zip
88.eslintcache
9+ keys.json
You can’t perform that action at this time.
0 commit comments