Review deployment.

This commit is contained in:
Stephan Schnabel 2022-01-17 17:36:33 +01:00
parent 8e21685df8
commit 959bb02d0e
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
4 changed files with 11 additions and 15 deletions

View file

@ -10,10 +10,12 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_ACTION_TOKEN }}
- name: git-configure
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
- uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
- uses: actions/setup-java@v2
with:
distribution: temurin

View file

@ -1,4 +1,4 @@
name: Build
name: Snapshot
"on":
workflow_dispatch: {}
@ -51,4 +51,3 @@ jobs:
reporter: java-junit
list-suites: failed
list-tests: failed
fail-on-error: false