mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix: avoid deprecated API
This commit is contained in:
parent
6702cf6ea2
commit
d4bfee92b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue