Skip to content

Commit

Permalink
ARC-1234: Remove unused tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Feb 6, 2024
1 parent a51a2bd commit 73049e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
env:
MAVEN_USERNAME: continuousintegration-oviva
MAVEN_PASSWORD: ${{ secrets.MAVEN_REPO_TOKEN }}
permissions:
contents: read
packages: read
Expand All @@ -21,9 +18,6 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
cache: 'maven'
- name: run spotless
id: spotless
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:

jobs:
test:
env:
MAVEN_USERNAME: continuousintegration-oviva
MAVEN_PASSWORD: ${{ secrets.MAVEN_REPO_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,9 +21,6 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
cache: 'maven'
- name: Cache SonarCloud packages
uses: actions/cache@v3
Expand Down

0 comments on commit 73049e3

Please sign in to comment.