Skip to content

Commit

Permalink
Use the env var for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 30, 2024
1 parent c2ef6a7 commit 4e37d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publishMods {
getChangelog().set(lastCommitMessage.toString().trim())
type = STABLE
github {
accessToken = providers.gradleProperty('GITHUB_TOKEN')
accessToken = providers.environmentVariable('GITHUB_TOKEN')
repository = 'neoforged/ServerStarterJar'
commitish = 'main'
}
Expand Down

0 comments on commit 4e37d73

Please sign in to comment.