clojure -Ttools install-latest :lib io.github.ajchemist/github.clj.alpha :as github
clojure -Tgithub setup-secrets-from-pass :basic-auth ""\"user:$(pass user-secret)\""" :repository owner/repo
clojure -Sdeps '{:deps {ajchemist/github.clj.alpha {:git/url "https://github.com/ajchemist/github.clj.alpha" :sha "f96dac478fce55e655608da9c3816b4f7e7cfda0"}}}' \
-- \
-m github.core.alpha.script.repo-actions \
list-secrets \
--owner OWNER \
--repo REPO \
--basic-auth BASIC_AUTH
Can you improve this documentation? These fine people already did:
magneto & ajchemistEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close