Skip to content

Commit

Permalink
Passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
skyforce77 committed Nov 9, 2023
1 parent c2846ba commit 3463eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ jobs:
- name: Test
run: |
echo "$ADMIN_AT_AUTHLETE_SEC" > test.key
gpg --batch --import-options import-show --import test.key
gpg --batch --import-options import-show --batch --passphrase "${{ secrets.ADMIN_AT_AUTHLETE_SEC_PASS }}" --import test.key
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
# gpg-private-key: |
# ${{ secrets.ADMIN_AT_AUTHLETE_SEC }}
# gpg-private-key: ${{ secrets.ADMIN_AT_AUTHLETE_SEC }}
# gpg-passphrase: ${{ secrets.ADMIN_AT_AUTHLETE_SEC_PASS }}

- name: Clone jakarta repository
env:
Expand Down

0 comments on commit 3463eb1

Please sign in to comment.