We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0aed7 commit 5bca629Copy full SHA for 5bca629
.github/actions/deploy-ubuntu/action.yml
@@ -24,8 +24,8 @@ runs:
24
gradle-cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }}
25
snapshot-repo-url: ${{ inputs.snapshot-repo-url }}
26
release-repo-url: ${{ inputs.release-repo-url }}
27
- repo-username: ${{ secrets.REPOSILITE_USERNAME }}
28
- repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
+ repo-username: ${{ inputs.repo-username }}
+ repo-password: ${{ inputs.repo-password }}
29
tests: false
30
java-version: 11
31
platform: ${{ github.job }}
0 commit comments