Skip to content

Commit

Permalink
Merge pull request #29 from tracehubpm/token
Browse files Browse the repository at this point in the history
Github token
  • Loading branch information
dukris authored Feb 2, 2024
2 parents b426923 + 4b21664 commit 1efe52e
Showing 1 changed file with 1 addition and 1 deletion.
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.TOKEN }} --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

0 comments on commit 1efe52e

Please sign in to comment.