Skip to content

Commit 5dc6bff

Browse files
committed
Fix credhub token reference
1 parent 1007c1a commit 5dc6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
BINTRAY_SUBJECT: ((bintray-subject))
174174
BINTRAY_REPO: ((bintray-repo))
175175
SONATYPE_USER_TOKEN: ((sonatype-user-token))
176-
SONATYPE_PASSWORD_TOKEN: ((sonatype-password-token))
176+
SONATYPE_PASSWORD_TOKEN: ((sonatype-user-token-password))
177177
- task: generate-release-notes
178178
file: git-repo/ci/tasks/generate-release-notes.yml
179179
params:

0 commit comments

Comments
 (0)