There was an error while loading. Please reload this page.
Configuration for uploads. The 313-PATs need to be real PATs with upload permission from GitHub.
<settings> <proxies> <proxy> <id>tss-proxy-https</id> <active>true</active> <protocol>https</protocol> <host>localhost</host> <port>3128</port> <nonProxyHosts>*.detss.corpintra.net</nonProxyHosts> </proxy> <proxy> <id>tss-proxy-http</id> <active>true</active> <protocol>http</protocol> <host>localhost</host> <port>3128</port> <nonProxyHosts>*.detss.corpintra.net</nonProxyHosts> </proxy> </proxies> <repositories> <repository> <id>github</id> <configuration> <httpHeaders> <property> <name>Authorization</name> <value>Bearer 313d76d46b77475b5dc35f410e52dd2b8adb1352</value> </property> </httpHeaders> </configuration> </repository> </repositories> <servers> <server> <id>github</id> <username>michab66</username> <password>313d76d46b77475b5dc35f410e52dd2b8adb1352</password> </server> </servers> </settings>