From e002a39a42edf73b8537fa1c4908d0e5aebb8251 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 21 Aug 2019 08:35:12 +0100 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f95ac9fc08..4b9cebf278 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}