pkgdev: load api key from secret file

This commit is contained in:
tastytea 2023-07-23 17:54:49 +02:00
parent 289867497a
commit 5ddcc03b7d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -9,5 +9,7 @@ commit.signoff = true
commit.mangle = true commit.mangle = true
# allow pushing commits with QA errors # allow pushing commits with QA errors
push.ask = true push.ask = true
# load api key from file outside of my config git repo
bugs.config = ~/.config/pkgdev/secrets.conf
# vim: set ft=toml: # vim: set ft=toml: