workflows/tests: hardcode coveralls token.

This is just used to set test coverage and GitHub Actions doesn't have
a good "secrets for forks" story yet.
This commit is contained in:
Mike McQuaid 2019-08-21 08:35:12 +01:00
parent 84c5f40793
commit e002a39a42

View File

@ -34,5 +34,5 @@ jobs:
brew test-bot
fi
env:
HOMEBREW_COVERALLS_REPO_TOKEN: ${{ secrets.HOMEBREW_COVERALLS_REPO_TOKEN }}
HOMEBREW_COVERALLS_REPO_TOKEN: 3F6U6ZqctoNJwKyREremsqMgpU3qYgxFk
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}