We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01863b commit 48773dcCopy full SHA for 48773dc
.github/workflows/on_push.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Coveralls
23
uses: coverallsapp/github-action@master
24
with:
25
- github-token: ${{ secrets.GIHTUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
26
checkChangesInDocs:
27
name: Check changes in docs
28
runs-on: ubuntu-latest
0 commit comments