Skip to content

Commit 6179bc8

Browse files
authored
chore: fetch Java artifacts w/o credentials (#2600)
Use Maven Central again that doesn't require creds. Let's see if this is good enough, i.e. if we hit a rate limit at all.
1 parent c7fa27a commit 6179bc8

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
SITE_HOSTNAME: https://cap.js.org
4242
VITE_CAPIRE_PREVIEW: true
4343
VITE_CAPIRE_EXTRA_ASSETS: true
44-
MAVEN_HOST: https://common.repositories.cloud.sap/artifactory/build.releases
45-
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
4644
- run: npm test
4745
- name: Upload artifact
4846
uses: actions/upload-pages-artifact@v3

.github/workflows/update-content.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
run: |
6363
npm ci
6464
.github/java-properties/update-properties.js
65-
env:
66-
MAVEN_HOST: https://common.repositories.cloud.sap/artifactory/build.releases
67-
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
6865
6966
- name: Check for changes
7067
run: |

0 commit comments

Comments
 (0)