From 22726a776a607e230fb4d5425c5184893c224934 Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Mon, 22 Apr 2024 23:33:19 -0500 Subject: [PATCH] creds --- .github/workflows/clojure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index fd5cfa1..3d36bd9 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -70,8 +70,8 @@ jobs: java-version: '11' - name: deploy env: - CLOJARS_USER: ${{ secrets.CLOJARS_USER }} - CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }} + CLOJARS_USER: metosinci + CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}" COMMIT_MSG: ${{ github.event.head_commit.message }} run: | if [[ "$COMMIT_MSG" == "Release :major" ]]; then