From 436fe71985b81102be004ac2921b643a8430737a Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 8 Oct 2020 00:50:21 -0600 Subject: [PATCH 1/3] Update README --- README.md | 2 +- test/{index.test.ts => index.test.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{index.test.ts => index.test.js} (100%) diff --git a/README.md b/README.md index 441e641..eed2ed5 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 From 67d9bd6395bdc7a97443983c265e896f0b367d6e Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 8 Oct 2020 21:45:37 -0600 Subject: [PATCH 2/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eed2ed5..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!! From 79189d3f921d0a332006c1425545e9e042413011 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 8 Oct 2020 22:12:39 -0600 Subject: [PATCH 3/3] Update workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}