Skip to content

Commit

Permalink
File sync from s4u/.github - Prepare for m-gpg-p - pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Mar 18, 2024
1 parent 402f0be commit eea0eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
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 eea0eae

Please sign in to comment.