[Bug] 我还是想请问题logto登录的问题,可否帮忙看下,下面提供了具体的配置 #24012
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/[email protected] | |
with: | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |