Skip to content

Commit 62309e0

Browse files
committed
token
1 parent ca7ab61 commit 62309e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
distribution: 'adopt'
7070
java-version: '11'
7171
- name: deploy
72-
env:
73-
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
74-
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
72+
env:
73+
CLOJARS_USER: metosinci
74+
CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
7575
COMMIT_MSG: ${{ github.event.head_commit.message }}
7676
run: |
7777
if [[ "$COMMIT_MSG" == "Release :major" ]]; then

0 commit comments

Comments
 (0)