Skip to content

Commit 5bca629

Browse files
committed
fix: use input not secret
1 parent 0f0aed7 commit 5bca629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/deploy-ubuntu/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ runs:
2424
gradle-cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }}
2525
snapshot-repo-url: ${{ inputs.snapshot-repo-url }}
2626
release-repo-url: ${{ inputs.release-repo-url }}
27-
repo-username: ${{ secrets.REPOSILITE_USERNAME }}
28-
repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
27+
repo-username: ${{ inputs.repo-username }}
28+
repo-password: ${{ inputs.repo-password }}
2929
tests: false
3030
java-version: 11
3131
platform: ${{ github.job }}

0 commit comments

Comments
 (0)