diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 019c82a..039f34d 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -27,7 +27,7 @@ jobs: - name: Generate Maven settings.xml file to access GitHub Packages uses: whelk-io/maven-settings-xml-action@v22 with: - servers: '[{ id="github", "configuration": { "httpHeaders": { property: { name:"Authorization", value:"Bearer ${{ secrets.GITHUB_TOKEN }}"} } }]' + servers: '[{ "id":"github", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } } ]' scan: name: scan