Skip to content

Commit 0126a3f

Browse files
committed
set env
1 parent 72df0aa commit 0126a3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ jobs:
5050
# Install just one or all simultaneously
5151
cli: 1.10.3.1029 # Clojure CLI based on tools.deps
5252
- name: Deploy
53+
env:
54+
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
55+
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
5356
run: clojure -T:build maybe-deploy

0 commit comments

Comments
 (0)