Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.55 KB

File metadata and controls

32 lines (22 loc) · 1.55 KB

Repository Secrets

This document lists the GitHub repository secrets configured in Settings → Secrets and variables → Actions.

Note: Secret values are never stored in the repository. They are managed exclusively through GitHub's encrypted secrets. See GitHub docs for details.

Secrets

Secret Purpose
COPILOT_GITHUB_TOKEN GitHub token used by Copilot for automated workflows
TWITTER_APP_CONSUMER_KEY X (Twitter) API v2 OAuth 1.0a consumer key
TWITTER_APP_SECRET_KEY X (Twitter) API v2 OAuth 1.0a consumer secret
TWITTER_ACCESS_TOKEN X (Twitter) API v2 user access token
TWITTER_ACCESS_TOKEN_SECRET X (Twitter) API v2 user access token secret
TWITTER_APP_BEARER_TOKEN X (Twitter) API v2 OAuth 2.0 App-Only bearer token
TWITTER_CLIENT_ID X (Twitter) OAuth 2.0 client ID
TWITTER_CLIENT_SECRET X (Twitter) OAuth 2.0 client secret

Usage

COPILOT_GITHUB_TOKEN

Used by GitHub Copilot integrations. Not currently referenced in any workflow file.

Twitter / X Secrets

Used for automated weekly social media posting of Java pattern updates to X (Twitter) via the X API v2.