Skip to content

Commit

Permalink
Use coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbukin committed Jan 12, 2024
1 parent c087eeb commit 2f917e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,4 @@ jobs:
with:
file: ${{ env.cover_net8_hw_merge_lcov }}
format: lcov
github-token: ${{ github.token }}
debug: true
github-token: ${{ secrets.COVERALLS_SECRET }}
2 changes: 1 addition & 1 deletion .github/workflows/push_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
file: ${{ env.cover_net8_hw_merge_lcov }}
format: lcov
github-token: ${{ github.token }}
github-token: ${{ secrets.COVERALLS_SECRET }}
release:
name: Create release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
file: ${{ env.cover_net8_hw_merge_lcov }}
format: lcov
github-token: ${{ github.token }}
github-token: ${{ secrets.COVERALLS_SECRET }}
- name: Build and publish library to NuGet
shell: bash
run: |
Expand Down

0 comments on commit 2f917e4

Please sign in to comment.