Update file ci_settings.xml

This commit is contained in:
김정원
2025-04-23 08:09:02 +00:00
parent b52d626664
commit 3099e70c30

View File

@@ -3,9 +3,17 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>gitlab</id>
<username>gitlab-ci-token</username>
<password>${env.CI_JOB_TOKEN}</password>
</server>
<server>
<id>gitlab-maven</id>
<username>gitlab-ci-token</username>
<password>${env.CI_JOB_TOKEN}</password>
</server>
</servers>
</settings>