Skip to content

Commit

Permalink
Merge pull request #25 from tracehubpm/token
Browse files Browse the repository at this point in the history
Token added to workflows
  • Loading branch information
dukris authored Jan 31, 2024
2 parents 5e15108 + fe857f3 commit 441de4f
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 @@ -20,7 +20,7 @@ jobs:
restore-keys: |
maven-
- run: |
mvn clean install --errors --batch-mode
mvn clean install -DGithubToken=${{ secrets.GITHUB_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 @@ -48,4 +48,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install --errors --batch-mode
- run: mvn clean install -DGithubToken=${{ secrets.GITHUB_TOKEN }} --errors --batch-mode

0 comments on commit 441de4f

Please sign in to comment.