ci: Create mirrorchyan_release_note.yml
This commit is contained in:
parent
1642a452d0
commit
4b31cce73c
|
@ -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 }}
|
Loading…
Reference in New Issue