fix: avoid deprecated API

This commit is contained in:
Harsh Shandilya 2025-06-05 18:20:25 +05:30
parent 6702cf6ea2
commit d4bfee92b5

View file

@ -44,7 +44,7 @@ extensions.configure<ApplicationExtension> {
}
}
aboutLibraries.gitHubApiToken = providers.environmentVariable("GITHUB_TOKEN").orNull
aboutLibraries.collect.gitHubApiToken = providers.environmentVariable("GITHUB_TOKEN").orNull
baselineProfile {
mergeIntoMain = true