Skip to content

Commit 484407d

Browse files
Merge pull request #47 from bernardladenthin/claude/debug-coveralls-pipeline-I9m3h
Use GITHUB_TOKEN instead of COVERALLS_TOKEN in publish workflow
2 parents f78a4a1 + ac4ecf5 commit 484407d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Coveralls
144144
uses: coverallsapp/github-action@v2
145145
with:
146-
github-token: ${{ secrets.COVERALLS_TOKEN }}
146+
github-token: ${{ secrets.GITHUB_TOKEN }}
147147
file: target/site/jacoco/jacoco.xml
148148
format: jacoco
149149
continue-on-error: true

0 commit comments

Comments
 (0)