Skip to content

Commit 1a7a7df

Browse files
authored
rename (#286)
* unify * rename * ws * rename * UPPERCASE
1 parent 3ee415e commit 1a7a7df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/gate.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,15 @@ jobs:
8080
reporter: dotnet-trx
8181
only-summary: 'true'
8282

83-
finish:
83+
coverage:
84+
8485
needs: [win, mac]
86+
8587
runs-on: ubuntu-latest
88+
8689
steps:
8790
- name: Coveralls Finished
8891
uses: coverallsapp/github-action@master
8992
with:
90-
github-token: ${{ secrets.github_token }}
93+
github-token: ${{ secrets.GITHUB_TOKEN }}
9194
parallel-finished: true

0 commit comments

Comments
 (0)