Skip to content

Commit

Permalink
fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 24, 2023
1 parent 1e8a82a commit 6a8e0c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
with:
parse-json-secrets: true
secret-ids: |
${{ secrets.MAVEN_CENTRAL_SECRET_ID }}, ${{ secrets.MAVEN_CENTRAL_PASSWORD_SECRET_ID }}, ${{ secrets.GPG_PASSPHRASE_SECRET_ID }}
MAVEN_CENTRAL_USERNAME,${{ secrets.MAVEN_CENTRAL_SECRET_ID }},
MAVEN_CENTRAL_PASSWORD,${{ secrets.MAVEN_CENTRAL_PASSWORD_SECRET_ID }},
GPG_PASSPHRASE,${{ secrets.GPG_PASSPHRASE_SECRET_ID }}
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 6a8e0c4

Please sign in to comment.