We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bec42 commit 0817755Copy full SHA for 0817755
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
CC: gcc
19
RUN_TESTS: true
20
COVERAGE: false
21
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22
# PATH: ${{ github.workspace }}/deps/cmake/bin:${{ env.PATH }}
23
24
steps:
@@ -66,5 +67,5 @@ jobs:
66
67
if: github.ref == 'refs/heads/master'
68
uses: peaceiris/actions-gh-pages@v3
69
with:
- github_token: ${{ secrets.GH_REPO_TOKEN }}
70
+ github_token: ${{ secrets.GITHUB_TOKEN }}
71
publish_dir: ./doc/html
0 commit comments