-
Notifications
You must be signed in to change notification settings - Fork 2
CREDENTIALS
github-actions[bot] edited this page Jul 1, 2026
·
2 revisions
Keep secrets local, loaded from
~/.config/agentic-workstation/env.d/, and out of git.
Files ending in .env are sourced automatically. Files ending in .example or .disabled are ignored.
# Enable
cp ~/.config/agentic-workstation/env.d/jira.env.example ~/.config/agentic-workstation/env.d/jira.env
$EDITOR ~/.config/agentic-workstation/env.d/jira.env
# Disable without deleting
mv ~/.config/agentic-workstation/env.d/jira.env ~/.config/agentic-workstation/env.d/jira.env.disabled
# Re-enable later
mv ~/.config/agentic-workstation/env.d/jira.env.disabled ~/.config/agentic-workstation/env.d/jira.env| Service | File |
|---|---|
| Jira | ~/.config/agentic-workstation/env.d/jira.env |
| Confluence | ~/.config/agentic-workstation/env.d/confluence.env |
| Figma | ~/.config/agentic-workstation/env.d/figma.env |
dots-loadenv
dots-doctordots-doctor lists the file names it can see, but never prints secret values.
- Use the minimum token scope required.
- Do not paste secrets into chat.
- Do not commit
*.envfiles.