Secrets
This commit is contained in:
parent
4e881cf3dc
commit
1a9ef79536
1 changed files with 3 additions and 0 deletions
3
.github/workflows/clojure.yml
vendored
3
.github/workflows/clojure.yml
vendored
|
|
@ -16,4 +16,7 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: lein test
|
run: lein test
|
||||||
- name: Publish
|
- name: Publish
|
||||||
|
env:
|
||||||
|
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
|
||||||
|
CLOJARS_PASS: ${{ secrets.CLOJARS_PASS }}
|
||||||
run: lein deploy clojars
|
run: lein deploy clojars
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue