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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
# for testing the GH Action without merging to master,
|
||||||
|
# in some cases
|
||||||
|
- test-publish-snapshots
|
||||||
tags: ["*"]
|
tags: ["*"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -30,6 +33,7 @@ jobs:
|
||||||
PGP_SECRET: ${{ secrets.PGP_SECRET }}
|
PGP_SECRET: ${{ secrets.PGP_SECRET }}
|
||||||
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
|
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
|
||||||
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
|
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
|
||||||
|
WHITESOURCE_PASSWORD: ${{ secrets.WHITESOURCE_PASSWORD }}
|
||||||
|
|
||||||
# TODO publish gradle from here as well
|
# TODO publish gradle from here as well
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue