Skip to content

Commit 033de07

Browse files
authored
Remove credentials from README for security
Removed credentials section from Maven repository configuration.
1 parent bb922d3 commit 033de07

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.MD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ repositories {
3131
maven {
3232
name = "GitHubPackages"
3333
url = uri("https://maven.pkg.github.com/AxenoDev/NoctisUI")
34-
credentials {
35-
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
36-
password = project.findProperty("gpr.token") ?: System.getenv("GITHUB_TOKEN")
37-
}
3834
}
3935
}
4036
@@ -51,4 +47,4 @@ dependencies {
5147
5. Après revue, vos modifications seront fusionnées dans le projet principal
5248

5349
### 📃 LICENSE
54-
Projet sous [GNU GENERAL PUBLIC LICENSE](LICENSE)
50+
Projet sous [GNU GENERAL PUBLIC LICENSE](LICENSE)

0 commit comments

Comments
 (0)