Skip to content

Commit

Permalink
fix: Change coveralls token to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Dec 13, 2020
1 parent c83b4f6 commit f4083fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: github.ref == 'refs/heads/master'
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 f4083fc

Please sign in to comment.