[Bug] lobe-chat-db使用compose线上部署,logto启动后自动退出(其他服务正常) #4009 #31148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Translate | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/issues-translate-action@v2.7 | |
with: | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |