Skip to content

Commit

Permalink
chore: fix COVERALLS_REPO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
zordius committed Jul 11, 2021
1 parent a75fed6 commit b06cb66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -54,5 +54,5 @@ jobs:
env:
BRANCH: ${{steps.extract_branch.outputs.branch}}
GHTK: ${{ secrets.GHTK }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: build/github-action-push
2 changes: 1 addition & 1 deletion build/github-action-push
@@ -1,5 +1,5 @@
#!/bin/sh -e
COVERALLS_REPO_TOKEN=${GHTK} vendor/bin/php-coveralls --coverage_clover=coverage.clover -o build/result/coveralls-upload.json -v
vendor/bin/php-coveralls --coverage_clover=coverage.clover -o build/result/coveralls-upload.json -v

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

0 comments on commit b06cb66

Please sign in to comment.