ci: Create mirrorchyan_release_note.yml

This commit is contained in:
MistEO 2025-06-07 22:34:21 +08:00 committed by GitHub
parent 1642a452d0
commit 4b31cce73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: mirrorchyan_release_note
on:
workflow_dispatch:
release:
types: [edited]
jobs:
mirrorchyan:
runs-on: macos-latest
steps:
- id: uploading
uses: MirrorChyan/release-note-action@v1
with:
mirrorchyan_rid: DoroHelper
upload_token: ${{ secrets.MirrorChyanUploadToken }}
owner: 1204244136
repo: DoroHelper
github_token: ${{ secrets.GITHUB_TOKEN }}