Skip to content

Commit b97ad45

Browse files
committed
Hard-coding coveralls secret
Putting the Coveralls secret in clear text (to be able to have coveralls info in forks) This means anyone can push information in Safe coveralls. We are ok with that "risk"
1 parent dd1e053 commit b97ad45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ jobs:
127127
path: "generator/build"
128128

129129
- name: "Upload test coverage to coveralls"
130-
continue-on-error: true
131130
run: "php vendor/bin/php-coveralls -v"
132131
working-directory: "generator"
133132
env:
134-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
133+
COVERALLS_REPO_TOKEN: "jkrVNjOvNxoqfyCSQ2QbIgbqP53QCkFmP"
135134
COVERALLS_RUN_LOCALLY: 1

0 commit comments

Comments
 (0)