Skip to content

Commit

Permalink
Merge pull request #65 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop - updated credentials
  • Loading branch information
Phillip Lorenzo authored Dec 14, 2019
2 parents cab8860 + cc879a7 commit be8162d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
registry-url: https://maven.pkg.github.com
Expand Down
1 change: 1 addition & 0 deletions xyo-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/XYOracleNetwork/sdk-xyo-android")
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
}
}
Expand Down
4 changes: 2 additions & 2 deletions xyo-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Dec 13 15:29:12 PST 2019
VERSION_CODE=158
#Fri Dec 13 16:10:54 PST 2019
VERSION_CODE=160

0 comments on commit be8162d

Please sign in to comment.