diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 313bef6..1b500fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,5 @@ jobs: uses: uncoveredapp/action@v1 with: uncoveredToken: ${{ secrets.UNCOVERED_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 441e641..6a608a8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ [![Build status](https://github.com/uncoveredapp/action-test/workflows/CI/badge.svg)](https://github.com/uncoveredapp/action-test/actions) [![coverage](https://api.uncoveredapp.dev/coverage/badge/uncoveredapp/action-test/main/9vUNZZ69X2T6fEAue6NxrZ)](https://uncoveredapp.dev/app/github/uncoveredapp/action-test) -A test repo for the Uncovered GitHub Action! +A test repo for the Uncovered GitHub Action!! diff --git a/test/index.test.ts b/test/index.test.js similarity index 100% rename from test/index.test.ts rename to test/index.test.js