Skip to content

Commit

Permalink
Prepare for m-gpg-p - pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 18, 2024
1 parent e4d4f4f commit f2ee19b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ on:
SIGN_KEY_PASS:
required: true

MAVEN_GPG_KEY:
required: true

MAVEN_GPG_PASSPHRASE:
required: true

OSS_USER:
required: true

Expand Down
3 changes: 2 additions & 1 deletion common-files-maven/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
build:
name: Build
uses: s4u/.github/.github/workflows/maven-build.yml@master

secrets:
SIGN_KEY: ${{ secrets.SIGN_KEY }}
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_KEY }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
OSS_USER: ${{ secrets.OSS_USER }}
OSS_PASS: ${{ secrets.OSS_PASS }}
TECH_TOKEN: ${{ secrets.TECH_TOKEN }}
Expand Down

0 comments on commit f2ee19b

Please sign in to comment.