Skip to content

Commit

Permalink
github token
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-crypto committed Aug 11, 2021
1 parent ad99510 commit f17b29a
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 @@ -30,7 +30,7 @@ publishing {
url = "https://maven.pkg.github.com/trevor-crypto/sgx-ra-tls-client"
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("PUBLISH_TOKEN")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit f17b29a

Please sign in to comment.