Place env vars in separate file.

This commit is contained in:
2026-04-20 15:35:30 +01:00
parent aea4b209d7
commit cb0f6fb90d
2 changed files with 9 additions and 7 deletions

8
env Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/bash
GIT_URL=https://git.seanhealy.ie
GIT_USER=sean
GITHUB_USER=seanhly
GITLAB_USER=seanhly
CODEBERG_USER=seanhly
TOKEN="$(pass gitea-api-token)"
EXCLUDE_LANGUAGES=(Makefile TeX)