Skip to content

Commit 5636478

Browse files
committed
ci: switch to GITHUB_TOKEN for public repo Coveralls integration
1 parent 93d44d6 commit 5636478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/project-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Coveralls GitHub Action
3434
uses: coverallsapp/github-action@v2.3.6
3535
with:
36-
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
36+
github-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
docs:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)