Skip to content

Commit

Permalink
creds
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 23, 2024
1 parent 14b557e commit 22726a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22726a7

Please sign in to comment.