Skip to content

Commit

Permalink
Fix test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Apr 13, 2024
1 parent 42ed73d commit a5a03ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ jobs:
-Psigning.gnupg.keyName='${{secrets.OSSRH_GPG_SECRET_KEY_ID}}'
-PsonatypeUsername='${{secrets.OSSRH_USERNAME}}'
-PsonatypePassword='${{secrets.OSSRH_PASSWORD}}'
-PtestSecret='${{secrets.TEST_SECRET}}'
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugins {
alias(libs.plugins.kotlinMultiplatform).apply(false)
}

println("TEST_SECRET.length:"+properties.get("TEST_SECRET").toString().length)
println("TEST_SECRET.length:"+properties.get("testSecret").toString().length)

0 comments on commit a5a03ed

Please sign in to comment.