Skip to content

Commit

Permalink
Revert "use bitrise system env variable for secret ring key"
Browse files Browse the repository at this point in the history
This reverts commit 379fab6.
  • Loading branch information
SuddenH4X committed Aug 9, 2021
1 parent d21901c commit ead7040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (secretPropsFile.exists()) {
ext["sonatypeStagingProfileId"] = System.getenv('SONATYPE_STAGING_PROFILE_ID')
ext["signing.keyId"] = System.getenv('SIGNING_KEY_ID')
ext["signing.password"] = System.getenv('SIGNING_PASSWORD')
ext["signing.secretKeyRingFile"] = System.getenv('BITRISEIO_SIGNING_SECRET_KEY_RING_FILE_URL')
ext["signing.secretKeyRingFile"] = System.getenv('SIGNING_SECRET_KEY_RING_FILE')
}

// Set up Sonatype repository
Expand Down

0 comments on commit ead7040

Please sign in to comment.