We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1970a46 commit 319bcdcCopy full SHA for 319bcdc
.github/workflows/build.yml
@@ -69,9 +69,9 @@ jobs:
69
distribution: 'adopt'
70
java-version: '11'
71
- name: deploy
72
- env:
73
- CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
74
- CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
+ env:
+ CLOJARS_USER: metosinci
+ CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
75
COMMIT_MSG: ${{ github.event.head_commit.message }}
76
run: |
77
if [[ "$COMMIT_MSG" == "Release :major" ]]; then
0 commit comments