Use default gpg executable. Install gpg key

This commit is contained in:
aboyko
2023-07-05 19:31:17 -04:00
parent d58c346935
commit 3c1f29715b
2 changed files with 6 additions and 6 deletions

View File

@@ -28,10 +28,10 @@ jobs:
run: |
cd headless-services
xvfb-run ./mvnw --batch-mode clean install -DskipTests
# - name: Install GPG key
# run: |
# echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
# echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --passphrase-fd 0 --import gpg.asc
- name: Install GPG key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --passphrase-fd 0 --import gpg.asc
- name: Build Eclipse LS extensions
env:
tools_s3_access_key: ${{ secrets.TOOLS_S3_ACCESS_KEY }}