8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
|
|
|
||
|
|
# GitHub Container Registry Authentication
|
||
|
|
# Replace with your actual GitHub personal access token (with read:packages scope)
|
||
|
|
GITHUB_TOKEN=your_github_personal_access_token_here
|
||
|
|
|
||
|
|
# Security note: Keep this file secure and don't commit it to Git
|
||
|
|
# This token allows pulling private images from GitHub Container Registry
|