Skip to content

Commit

Permalink
Fix GitHub release token
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed May 13, 2022
1 parent 1bcb2e7 commit ff12ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ play {
}

githubRelease {
setToken(secretProperties["github.credentials.token"])
setToken(System.getenv("GITHUB_TOKEN") ?: secretProperties["github.credentials.token"])
setOwner("Crazy-Marvin")
setRepo("MetadataRemover")
setTagName("v$version")
Expand Down

0 comments on commit ff12ecd

Please sign in to comment.