BingeBuzz uses a YouTube Data API key from Google Cloud to refresh public channel/video metadata. OAuth is not required for the public read-only workflow used here.
Open Google Cloud Console, create a project (or select an existing one), then open the API Library.
Search the API Library for YouTube Data API v3 and click Enable.
Go to APIs & Services → Credentials → Create credentials → API key. This site only performs public read requests from GitHub Actions.
In the BingeBuzz repository go to Settings → Secrets and variables → Actions → New repository secret.
YOUTUBE_API_KEYPaste the Google API key as the secret value, save it, then manually run Update comedy heat feed and deploy once.
The updater intentionally avoids broad YouTube search queries. It resolves configured channels, reads their upload playlists, and batches video-statistics requests. This is significantly more quota-efficient than repeatedly searching YouTube.