Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 9f76785

Browse files
committed
Avoid attempting to print the bearer token?
1 parent 488de96 commit 9f76785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
mavenReleaseArtifact
6969
rm -f secret.gpg
7070
unzip -v build/distributions/maven-sinclude-${CI_TAG}.zip
71-
curl --request POST --verbose --header "Authorization: Bearer ${BEARER}" --form bundle="@build/distributions/maven-sinclude-${CI_TAG}.zip" https://central.sonatype.com/api/v1/publisher/upload
71+
curl --header "Authorization: Bearer ${BEARER}" --form bundle=@build/distributions/maven-sinclude-${CI_TAG}.zip https://central.sonatype.com/api/v1/publisher/upload
7272
7373
- name: Deploy master to gh-pages
7474
if: ${{ env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'master' }}

0 commit comments

Comments
 (0)