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 6a8e0c4 commit 99ee072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
with:
parse-json-secrets: true
secret-ids: |
MAVEN_CENTRAL_USERNAME,${{ secrets.MAVEN_CENTRAL_SECRET_ID }},
MAVEN_CENTRAL_PASSWORD,${{ secrets.MAVEN_CENTRAL_PASSWORD_SECRET_ID }},
MAVEN_CENTRAL_,${{ secrets.MAVEN_CENTRAL_SECRET_ID }},
GPG_PASSPHRASE,${{ secrets.GPG_PASSPHRASE_SECRET_ID }}
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 99ee072

Please sign in to comment.