mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
👷 update publish bot config
This commit is contained in:
parent
aaed95cae1
commit
bd7ee0a1ba
11
.github/workflows/publish-bot.yml
vendored
11
.github/workflows/publish-bot.yml
vendored
@ -21,7 +21,10 @@ jobs:
|
||||
uses: nonebot/nonebot2-publish-bot@main
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
base: master
|
||||
plugin_path: website/static/plugins.json
|
||||
bot_path: website/static/bots.json
|
||||
adapter_path: website/static/adapters.json
|
||||
config: >
|
||||
{
|
||||
"base": "master",
|
||||
"plugin_path": "website/static/plugins.json",
|
||||
"bot_path": "website/static/bots.json",
|
||||
"adapter_path": "website/static/adapters.json"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user