mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-20 15:06:39 +00:00
feat(fish): add secrets.d for secret env vars
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.
This commit is contained in:
5
config/fish/secrets.d/github.fish.example
Normal file
5
config/fish/secrets.d/github.fish.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user