Skip to content

Commit 039e33b

Browse files
authored
Secrets fixed
1 parent 3783d40 commit 039e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
- name: Push codeCoverage to Codecov
5252
run: bash <(curl -s https://codecov.io/bash)
5353
- name: Echo credentials
54-
run: echo "bintrayUser=${{BINTRAY_USER}}\nbintrayApiKey=${{BINTRAY_KEY}}" >> gradle.properties
54+
run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties
5555
- name: Publish plugin
5656
run: ./gradlew bintrayUpload

0 commit comments

Comments
 (0)