Skip to content

Commit

Permalink
add openmrs-module-fhir2extension
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-fdeniger committed Nov 28, 2024
1 parent 8f25504 commit 5a4b318
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,6 @@ jobs:
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: display settings.xml
run: cat /home/runner/.m2/settings.xml

- name: create settings.xml
run: |
cat <<EOF > /home/runner/.m2/settings.xml
<settings>
<servers>
<server>
<id>openmrs-module-fhir2extension</id>
<username>${{ github.actor }}</username>
<password>${{ secrets.GITHUB_TOKEN }}</password>
</server>
</servers></settings>
EOF


- name: create settings.xml
run: |
Expand Down

0 comments on commit 5a4b318

Please sign in to comment.