Skip to content

Commit

Permalink
hardcode the coveralls token.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jul 10, 2020
1 parent 25a3e94 commit 5540e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
build-and-test:
runs-on: ${{ matrix.os }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
#hardcode the coveralls token...it's not overly important to protect, and github actions won't allow forks to work with coveralls otherwise
COVERALLS_REPO_TOKEN: "NMGk1IhVG2Ds5VQKiEuXpZE8xftkORa7W"
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
Expand Down

0 comments on commit 5540e74

Please sign in to comment.