Skip to content

Commit b06cb66

Browse files
committedJul 11, 2021
chore: fix COVERALLS_REPO_TOKEN
1 parent a75fed6 commit b06cb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
env:
5555
BRANCH: ${{steps.extract_branch.outputs.branch}}
5656
GHTK: ${{ secrets.GHTK }}
57-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS }}
57+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
run: build/github-action-push

‎build/github-action-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh -e
2-
COVERALLS_REPO_TOKEN=${GHTK} vendor/bin/php-coveralls --coverage_clover=coverage.clover -o build/result/coveralls-upload.json -v
2+
vendor/bin/php-coveralls --coverage_clover=coverage.clover -o build/result/coveralls-upload.json -v
33

44
# Set for all push in this script.
55
git config --global user.name "GithubAction"

0 commit comments

Comments
 (0)