Skip to content

Commit 801e172

Browse files
committed
Coveralls token is hidden using Github secrets.
1 parent a2a0b43 commit 801e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ${{ matrix.host_os }}
208208

209209
env:
210-
COVERALLS_REPO_TOKEN: pbLoTMBxC1DFvbws9WfrzVOvfEdEZTcCS
210+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
211211

212212
steps:
213213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)