.github/workflows/youtube-cards.yml #2376
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: GitHub Readme YouTube Cards | |
on: | |
schedule: | |
# Runs every hour, on the hour | |
- cron: "0 * * * *" | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
# Allow the job to commit to the repository | |
permissions: | |
contents: write | |
# Run the GitHub Readme YouTube Cards action | |
steps: | |
- uses: DenverCoder1/github-readme-youtube-cards@main | |
with: | |
channel_id: UCiRap1UoqS1OS3E5vbVLE9Q |