Skip to content

Commit

Permalink
adjust memebot
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 24, 2024
1 parent ec85141 commit fd2692c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/memebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
APP_ID: ${{ secrets.MEME_APP_ID }}
PRIVATE_KEY: ${{ secrets.MEME_PRIVATE_KEY }}
SMMS_SECRET_TOKEN: ${{ secrets.SMMS_SECRET_TOKEN }}
BAIDU_TRANS_APPID: ${{ secrets.BAIDU_TRANS_APPID }}
BAIDU_TRANS_APIKEY: ${{ secrets.BAIDU_TRANS_APIKEY }}
steps:
- run: /app/start_memebot.sh
2 changes: 1 addition & 1 deletion Dockerfile.memebot
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update \
&& apt-get purge -y --auto-remove \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir --upgrade -r /app/requirements.txt \
&& pip install --no-cache-dir --upgrade nonebot2 nonebot-adapter-github
&& pip install --no-cache-dir --upgrade nonebot2 nonebot-adapter-github git+https://github.com/nonebot/plugin-alconna.git

COPY ./meme_generator /app/meme_generator

Expand Down

0 comments on commit fd2692c

Please sign in to comment.