Skip to content

Commit

Permalink
Merge pull request #85 from clEsperanto/StRigaud-patch-1
Browse files Browse the repository at this point in the history
tests deployement
  • Loading branch information
StRigaud authored Oct 17, 2024
2 parents f115a8a + 8dc8c2b commit 7591d83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
if [ -z "$MAVEN_PASS" ]; then echo "MAVEN_PASS is not set"; fi
if [ -z "$OSSRH_PASS" ]; then echo "OSSRH_PASS is not set"; fi
if [ -z "$SIGNING_ASC" ]; then echo "SIGNING_ASC is not set"; fi
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
SIGNING_ASC: ${{ secrets.TOKEN_SR }}
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
Expand All @@ -41,4 +48,4 @@ jobs:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}
SIGNING_ASC: ${{ secrets.TOKEN_SR }}

0 comments on commit 7591d83

Please sign in to comment.