Skip to content

Commit

Permalink
fix: Fix coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Nov 15, 2020
1 parent 89d58c7 commit d7bbfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Coveralls
run: ./vendor/bin/php-coveralls -v --coverage_clover build/coverage.xml --json_path build/coveralls-upload.json
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
name: Release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit d7bbfea

Please sign in to comment.