Skip to content

Commit b87ee8d

Browse files
committed
[CI] Use spring-io/deploy-artifactory-action (take 3)
See #1330 Signed-off-by: onobc <[email protected]>
1 parent 79b2bf5 commit b87ee8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ jobs:
129129
130130
- name: Stage Local Artifacts for Publishing to Artifactory
131131
if: ${{ steps.deploy-location.outputs.deploy_location == 'artifactory' }}
132-
env:
133-
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
134-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
135132
shell: bash
136133
run: |
137134
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository publishAllPublicationsToDeploymentRepository
@@ -170,9 +167,6 @@ jobs:
170167

171168
- name: Still publish docs module to Artifactory when deploy location is Central (stage)
172169
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
173-
env:
174-
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
175-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
176170
shell: bash
177171
run: |
178172
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository

0 commit comments

Comments
 (0)