From 1a9ef79536b92ad999c6c3f27d78cb3019a675b9 Mon Sep 17 00:00:00 2001 From: George Narroway Date: Thu, 14 Nov 2019 10:39:58 +0800 Subject: [PATCH] Secrets --- .github/workflows/clojure.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 7c2acfe..a722583 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -16,4 +16,7 @@ jobs: - name: Run tests run: lein test - name: Publish + env: + CLOJARS_USER: ${{ secrets.CLOJARS_USER }} + CLOJARS_PASS: ${{ secrets.CLOJARS_PASS }} run: lein deploy clojars