mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-25 20:10:28 +08:00
Merge pull request #526 from nonebot/ci/store-publish
👷 update store publish bot
This commit is contained in:
commit
20d0ecfc7f
@ -1,4 +1,4 @@
|
|||||||
name: 'Store Publish Issue Bot'
|
name: 'NoneBot2 Publish Bot'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -10,15 +10,15 @@ on:
|
|||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
issue_bot:
|
publish_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: store publish issue bot
|
name: nonebot2 publish bot
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: NoneBot2 Plugin Issue Bot
|
- name: NoneBot2 Publish Bot
|
||||||
uses: he0119/nonebot2-plugin-issue-bot@main
|
uses: nonebot/nonebot2-publish-bot@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
base: master
|
base: master
|
Loading…
x
Reference in New Issue
Block a user