Skip to content

Commit 933c09c

Browse files
RamblurrJeremS
authored andcommitted
Fix: Set env var from secrets for publishing step
1 parent a6d9fa1 commit 933c09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-sdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,7 @@ jobs:
9898

9999
- name: Publish artifacts to clojars
100100
if: github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true'
101+
env:
102+
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
103+
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
101104
run: bb publish:all

0 commit comments

Comments
 (0)