From 681ebeef4fc9c17294432a22df15fdfea15ee716 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 21 Aug 2019 08:38:48 +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 936260bfc..3fab2d1e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,4 +36,4 @@ jobs: - name: Run RSpec tests run: bundle exec rspec env: - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + COVERALLS_REPO_TOKEN: glKUxWlZ56q0WwJhNh5znGTB8ZlFwfvZW