add envrc

This commit is contained in:
Michael Jerger 2024-07-26 17:47:40 +02:00
parent 07dbf58c97
commit 1b91da0e3d
2 changed files with 3 additions and 0 deletions

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
export CLOJARS_USERNAME=$(gopass meissa/dev/clojars.org user)
export CLOJARS_PASSWORD=$(gopass show meissa/dev/clojars.org)

1
.gitignore vendored
View file

@ -35,6 +35,7 @@
!.dockerignore !.dockerignore
!Makefile !Makefile
!tests.edn !tests.edn
!.envrc
# ------------------------ # ------------------------
# Include Git & CI workflow # Include Git & CI workflow