Skip to content

Commit 0817755

Browse files
committed
Fix missing CODECOV_TOKEN
1 parent f1bec42 commit 0817755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
CC: gcc
1919
RUN_TESTS: true
2020
COVERAGE: false
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2122
# PATH: ${{ github.workspace }}/deps/cmake/bin:${{ env.PATH }}
2223

2324
steps:
@@ -66,5 +67,5 @@ jobs:
6667
if: github.ref == 'refs/heads/master'
6768
uses: peaceiris/actions-gh-pages@v3
6869
with:
69-
github_token: ${{ secrets.GH_REPO_TOKEN }}
70+
github_token: ${{ secrets.GITHUB_TOKEN }}
7071
publish_dir: ./doc/html

0 commit comments

Comments
 (0)