mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-25 13:07:37 +00:00
Perhaps this is the correct github-token to use.
The coveralls docs might be wrong.
This commit is contained in:
parent
ca8f7d73f2
commit
3fb412eda1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- name: "Report Coverage to Coveralls"
|
||||
uses: "coverallsapp/github-action@v1.1.2"
|
||||
with:
|
||||
github-token: "${{ secrets.github_token }}"
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# Every source of coverage reports needs a unique "flag name".
|
||||
# Construct one by smashing a few variables from the matrix together
|
||||
# here.
|
||||
@ -91,7 +91,7 @@ jobs:
|
||||
- name: "Finish Coveralls Reporting"
|
||||
uses: "coverallsapp/github-action@v1.1.2"
|
||||
with:
|
||||
github-token: "${{ secrets.github_token }}"
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# Here's the magic that tells Coveralls we're done.
|
||||
parallel-finished: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user