From 4b31cce73c3737d028e1c12c7e4ba2d92a595df9 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 7 Jun 2025 22:34:21 +0800 Subject: [PATCH] ci: Create mirrorchyan_release_note.yml --- .../workflows/mirrorchyan_release_note.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/mirrorchyan_release_note.yml diff --git a/.github/workflows/mirrorchyan_release_note.yml b/.github/workflows/mirrorchyan_release_note.yml new file mode 100644 index 0000000..fa3c556 --- /dev/null +++ b/.github/workflows/mirrorchyan_release_note.yml @@ -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 }}