Actually allow credentials to be configured outside of the code file

This commit is contained in:
Simon Quigley 2025-04-18 22:27:02 -05:00
parent 845cac9e4b
commit 28370afbfc
2 changed files with 7 additions and 0 deletions

6
.credentials.yaml Normal file
View File

@ -0,0 +1,6 @@
github_user:
github_key:
gitea_user:
gitea_key:
launchpad_id:
launchpad_key:

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.credentials.yaml