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:
parent
84c5f40793
commit
e002a39a42
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -34,5 +34,5 @@ jobs:
|
|||||||
brew test-bot
|
brew test-bot
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
HOMEBREW_COVERALLS_REPO_TOKEN: ${{ secrets.HOMEBREW_COVERALLS_REPO_TOKEN }}
|
HOMEBREW_COVERALLS_REPO_TOKEN: 3F6U6ZqctoNJwKyREremsqMgpU3qYgxFk
|
||||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user