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 abdde2b commit 1e8a82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Fetch AWS secrets
uses: aws-actions/aws-secretsmanager-get-secrets@287592d14d9c9c48199db83dc182ae12af3df18e # v1.0.1
with:
parse-json-secrets: true
secret-ids: |
${{ secrets.MAVEN_CENTRAL_SECRET_ID }}, ${{ secrets.MAVEN_CENTRAL_PASSWORD_SECRET_ID }}, {{ secrets.GPG_PASSPHRASE_SECRET_ID }}
${{ secrets.MAVEN_CENTRAL_SECRET_ID }}, ${{ secrets.MAVEN_CENTRAL_PASSWORD_SECRET_ID }}, ${{ secrets.GPG_PASSPHRASE_SECRET_ID }}
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1e8a82a

Please sign in to comment.