Skip to content

Commit

Permalink
Changes to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjarnit committed Jan 22, 2024
1 parent a1f3d13 commit dc2473f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
if (file('secrets.gradle').exists()) {
apply from: 'secrets.gradle'
} else {
project.ext.GH_USERNAME = System.getenv('GH_USERNAME')
project.ext.GH_TOKEN = System.getenv('GH_TOKEN')
project.ext.GH_USERNAME = "$System.env.GH_USERNAME"
project.ext.GH_TOKEN = "$System.env.GH_TOKEN"
}


Expand Down

0 comments on commit dc2473f

Please sign in to comment.