Skip to content

fix: gist store requires PAT, not default GITHUB_TOKEN#119

Merged
jeff-atriumn merged 1 commit intomainfrom
fix/gist-docs-token
Mar 6, 2026
Merged

fix: gist store requires PAT, not default GITHUB_TOKEN#119
jeff-atriumn merged 1 commit intomainfrom
fix/gist-docs-token

Conversation

@jeff-atriumn
Copy link
Member

Summary

  • The default GITHUB_TOKEN in Actions cannot access private gists — it's scoped to the repo
  • Updated gist docs to explain PAT requirement with gist scope
  • Removed incorrect ${{ github.token }} default from composite action
  • Updated environment and composite action docs

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cryyer Ready Ready Preview, Comment Mar 6, 2026 11:44pm

Request Review

The default GITHUB_TOKEN in Actions is scoped to the repository and
cannot access private gists. Updated docs and removed the incorrect
default to make it clear a PAT with gist scope is required.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jeff-atriumn jeff-atriumn force-pushed the fix/gist-docs-token branch from 1638d9a to 563c47e Compare March 6, 2026 23:44
@jeff-atriumn jeff-atriumn merged commit 35d6818 into main Mar 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant