Skip to content

Commit

Permalink
remove cache username/password
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 24, 2023
1 parent d643e4f commit 2f73bbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ env:
GH_TOKEN: ${{ github.token }}
RUN_ID: ${{ github.run_id }}
PR_NUMBER: ${{ github.event.pull_request.number }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ gradleEnterprise {
buildCache {
remote(HttpBuildCache) {
url = 'https://ge.armeria.dev/cache/armeria/'
credentials { creds ->
creds.username = System.getenv('GRADLE_ENTERPRISE_CACHE_USERNAME')
creds.password = System.getenv('GRADLE_ENTERPRISE_CACHE_PASSWORD')
}
push = System.getenv('CI') != null
}
}
Expand Down

0 comments on commit 2f73bbf

Please sign in to comment.