Skip to content

Instantly share code, notes, and snippets.

@jayaram-yalla
Created February 1, 2025 18:37
Show Gist options
  • Save jayaram-yalla/8c903a251e1ed39c8e7770e8ca0423aa to your computer and use it in GitHub Desktop.
Save jayaram-yalla/8c903a251e1ed39c8e7770e8ca0423aa to your computer and use it in GitHub Desktop.
Github token key differences
Feature Personal Access Token (PAT) ${{ secrets.GITHUB_TOKEN }}
Creation User-generated Auto-generated by GitHub
Scope Configurable by user Repository-limited
Lifespan Persistent until revoked Expires after workflow run
Use Case External integrations GitHub Actions workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment