Skip to content

Commit 46c9d30

Browse files
committed
Publish to github with proper env variables
1 parent b765a1c commit 46c9d30

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

convention-plugins/src/main/kotlin/module.publication.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ publishing {
1313
name = "GitHubPackages"
1414
url = uri("https://maven.pkg.github.com/sk-ai-net/skainet")
1515
credentials {
16-
username = System.getenv("USERNAME")
17-
password = System.getenv("TOKEN")
16+
username = System.getenv("GITHUB_ACTOR")
17+
password = System.getenv("GITHUB_TOKEN")
1818
}
19-
2019
}
2120
}
2221
// Configure all publications

0 commit comments

Comments
 (0)