Skip to content

Commit

Permalink
add memebot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed May 4, 2024
1 parent 9c10afd commit fd92b34
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/memebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: MemeBot

on:
issue_comment:
types: [created]

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
cancel-in-progress: false

jobs:
meme-bot:
runs-on: ubuntu-latest
name: Run MemeBot
steps:
- name: MemeBot
uses: docker://ghcr.io/meetwq/github-meme-bot:main
env:
APP_ID: ${{ secrets.MEME_APP_ID }}
PRIVATE_KEY: ${{ secrets.MEME_PRIVATE_KEY }}
SMMS_SECRET_TOKEN: ${{ secrets.SMMS_SECRET_TOKEN }}

0 comments on commit fd92b34

Please sign in to comment.