ci: enable seamless auto-merge with updated token usage #213
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fetch Lyrics | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
call-workflow: | |
name: Dispatch to `Lyrics` | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
env: | |
GH_TOKEN: ${{ secrets.CR_PAT }} | |
run: | | |
gh workflow run FetchLyrics.yml -R YoutubeClipPlaylist/Lyrics |