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> ... <repositories> <repository> <id>github</id> <configuration> <httpHeaders> <property> <name>Authorization</name> <value>Bearer 313...PAT</value> </property> </httpHeaders> </configuration> </repository> </repositories> <servers> <server> <id>github</id> <username>michab66</username> <password>313...PAT</password> </server> </servers> </settings>