Files
better-genshin-impact/.github/workflows/mirrorchyan_release_note.yml
2026-03-11 09:53:44 +08:00

21 lines
447 B
YAML

name: mirrorchyan_release_note
on:
workflow_dispatch:
release:
types: [edited, released]
jobs:
mirrorchyan_release_note:
if: github.repository_owner == 'babalae'
runs-on: macos-latest
steps:
- id: uploading
uses: MirrorChyan/release-note-action@v1
with:
mirrorchyan_rid: BGI
upload_token: ${{ secrets.MirrorChyanUploadToken }}
github_token: ${{ secrets.GITHUB_TOKEN }}