Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed May 8, 2024
1 parent 3d954c8 commit ed932b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed932b9

Please sign in to comment.