Skip to content

Commit d7c7388

Browse files
authored
Merge pull request #103 from CCPBioSim/102-coveralls-dependabot-bug
Fix Coveralls CI failure on Dependabot PRs by using `GITHUB_TOKEN`
2 parents 93d44d6 + 5636478 commit d7c7388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)