Use whitesource credential when publishing from GH Actions (#30291)
This commit is contained in:
parent
3a96f06e3f
commit
ce008dd53f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
# for testing the GH Action without merging to master,
|
||||
# in some cases
|
||||
- test-publish-snapshots
|
||||
tags: ["*"]
|
||||
|
||||
jobs:
|
||||
|
|
@ -30,6 +33,7 @@ jobs:
|
|||
PGP_SECRET: ${{ secrets.PGP_SECRET }}
|
||||
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
|
||||
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
|
||||
WHITESOURCE_PASSWORD: ${{ secrets.WHITESOURCE_PASSWORD }}
|
||||
|
||||
# TODO publish gradle from here as well
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue