feat(oauth): 支持linux.do登录 (#280)

* 支持linux.do登录

* 修正
This commit is contained in:
puyujian
2025-06-15 15:32:20 +08:00
committed by GitHub
parent 4ba805ac5f
commit bf39a29e6c
4 changed files with 58 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Changelog
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}