Skip to content

Commit

Permalink
🔨 Build: get com.eidu:learning-packages from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
berlix committed Mar 4, 2024
1 parent c88721e commit be038c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-22.04

env:
READPACKAGES_GITHUB_USER: ${{ secrets.GH_READPACKAGES_USER }}
READPACKAGES_GITHUB_TOKEN: ${{ secrets.GH_READPACKAGES_TOKEN }}
ANDROID_KEYSTORE_PATH: keys.keystore
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSWORD }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_RELEASE_KEY_ALIAS }}
Expand Down
13 changes: 0 additions & 13 deletions integration-test-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import extensions.getLocalProperty
import extensions.getLocalPropertyOrNull
import utils.getAppVersion
import utils.toVersionCode
Expand Down Expand Up @@ -78,18 +77,6 @@ android {
repositories {
google()
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/EIDU/integration-test-app")
credentials {
username = System.getenv("READPACKAGES_GITHUB_USER")
?: System.getenv("GITHUB_READPACKAGES_USER")
?: getLocalProperty("githubReadPackagesUser")
password = System.getenv("READPACKAGES_GITHUB_TOKEN")
?: System.getenv("GITHUB_READPACKAGES_TOKEN")
?: getLocalProperty("githubReadPackagesToken")
}
}
}

dependencies {
Expand Down

0 comments on commit be038c0

Please sign in to comment.