Setup

One-time connections so the admin can save changes and pull from your video library.

Publishing — GitHub

Status

Checking…

Set up a token

You only do this once. Use a fine-grained personal access token scoped to the plansight-team-training repo only.

  1. Open github.com/settings/personal-access-tokens/new in a new tab.
  2. Token name: inside-plansight-admin (or whatever).
    Expiration: 1 year is fine. (You’ll come back here and reconnect when it expires.)
  3. Repository access: select Only select repositories, then choose stevoplansight/plansight-team-training.
  4. Repository permissions:
    • ContentsRead and write
    • MetadataRead-only (auto-selected)
    Leave everything else alone.
  5. Click Generate token. Copy the token (starts with github_pat_…).
  6. Paste it below and click Save token.

Stored locally in this browser only. Never sent anywhere except GitHub.

Why this is needed

The site is a static repo on GitHub deployed by Vercel. The admin runs in your browser only — there’s no backend that can write to the repo for you. To skip the “download JSON, drop in repo, commit, push” dance, the admin uses your GitHub token to commit on your behalf via the GitHub API. Vercel watches main and auto-deploys, so a save = a deploy in 1–2 minutes.

Want to roll the token? Click Disconnect above, then create a new one and paste it. The old token can also be revoked at github.com/settings/tokens.

Video library — Wistia

Status

Checking…

Set up a Wistia API token

One-time. Lets the track editor show a dropdown of your videos instead of asking you to paste embed URLs.

  1. Open account.wistia.com/account/api in a new tab. (You need to be signed in to your Wistia account.)
  2. Click New Token (or the equivalent “Create token” button).
  3. Token description: inside-plansight-admin (or whatever).
    Permissions: select Read-only. We only need to list videos — nothing else.
  4. Click Create Token. Copy the token.
  5. Paste it below and click Save token.

Stored in this browser only. Sent only to api.wistia.com to list your videos.