mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-20 07:06:32 +00:00
Add config/fish/secrets.d/ directory pattern to .gitignore while allowing *.example and README.md through. Add README and example file documenting the secrets convention. Source secrets.d/*.fish files in exports.fish so secret environment variables are loaded automatically.
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
# GitHub Personal Access Token
|
|
# Copy this file to github.fish (remove .example) and set your token
|
|
# Generate token at: https://github.com/settings/tokens
|
|
|
|
set -x GITHUB_TOKEN "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|