From 64e90a6e3602ee35729431fe0edde40807e9607b Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 13 Apr 2021 15:52:49 -0400 Subject: [PATCH] add gitea template for api token --- dot_bashrc.d/gitea.sh.tmpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot_bashrc.d/gitea.sh.tmpl diff --git a/dot_bashrc.d/gitea.sh.tmpl b/dot_bashrc.d/gitea.sh.tmpl new file mode 100644 index 0000000..49fa772 --- /dev/null +++ b/dot_bashrc.d/gitea.sh.tmpl @@ -0,0 +1 @@ +export GITEA_ACCESS_TOKEN={{- (bitwardenFields "item" "Gitea").token.value }}