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 3783d40 commit 039e33bCopy full SHA for 039e33b
.github/workflows/main.yml
@@ -51,6 +51,6 @@ jobs:
51
- name: Push codeCoverage to Codecov
52
run: bash <(curl -s https://codecov.io/bash)
53
- name: Echo credentials
54
- run: echo "bintrayUser=${{BINTRAY_USER}}\nbintrayApiKey=${{BINTRAY_KEY}}" >> gradle.properties
+ run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties
55
- name: Publish plugin
56
run: ./gradlew bintrayUpload
0 commit comments