mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-03-10 21:32:19 +01:00
Update contributors list
This commit is contained in:
parent
cb9eb8f67e
commit
8b5758fc37
11
settings.xml
Normal file
11
settings.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<servers>
|
||||
<server>
|
||||
<id>github</id>
|
||||
<username>${env.GITHUB_ACTOR}</username>
|
||||
<password>${env.GITHUB_TOKEN}</password>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
Loading…
Reference in New Issue
Block a user