Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jan 17, 2024
1 parent f924930 commit 51eec61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.
- id: install-secret-key
name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 51eec61

Please sign in to comment.