Skip to content

Commit

Permalink
Merge pull request #31 from tracehubpm/tokens
Browse files Browse the repository at this point in the history
Token fixed
  • Loading branch information
dukris authored Feb 2, 2024
2 parents 1efe52e + ddcf892 commit 357ac2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
restore-keys: |
maven-
- run: |
mvn clean install -DGithubToken=${{ secrets.GITHUB_TOKEN }} --errors --batch-mode
mvn clean install -DGithubToken=${{ secrets.TOKEN }} --errors --batch-mode
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install -DGithubToken=${{ secrets.GITHUB_TOKEN }} --errors --batch-mode
- run: mvn clean install -DGithubToken=${{ secrets.TOKEN }} --errors --batch-mode

0 comments on commit 357ac2e

Please sign in to comment.