From 8102b93b6943e33c9dab63e4a8f6bf096644eff6 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 6 Feb 2024 15:51:34 -0500 Subject: [PATCH] remove CI configs for GitHub Packages Maven authentication --- .github/workflows/ci-code-analysis.yml | 5 ----- .github/workflows/pr-ci.yaml | 5 ----- .github/workflows/push-ci.yaml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/.github/workflows/ci-code-analysis.yml b/.github/workflows/ci-code-analysis.yml index 931bc376a..0adc6f978 100644 --- a/.github/workflows/ci-code-analysis.yml +++ b/.github/workflows/ci-code-analysis.yml @@ -39,11 +39,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]' - githubServer: false - name: Run spotbugs run: mvn -B -U compile spotbugs:check env: diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index 794cee13e..df72e1752 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -118,11 +118,6 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' cache: 'maven' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${{ secrets.GITHUB_TOKEN }}"}]' - githubServer: false - run: git submodule init && git submodule update - name: Cache yarn packages uses: actions/cache@v3 diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index df3f0ac6f..31d15739c 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -60,11 +60,6 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' cache: 'maven' - - name: maven-settings - uses: s4u/maven-settings-action@v2 - with: - servers: '[{"id": "github", "username": "dummy", "password": "${{ secrets.GITHUB_TOKEN }}"}]' - githubServer: false - run: git submodule init && git submodule update - name: Cache yarn packages uses: actions/cache@v3