From c066f37e7955511a5f02acefb2d8c7360397d3df Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sat, 24 Aug 2019 18:19:04 -0400 Subject: [PATCH] Add secret --- .github/workflows/haskell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a7a2d07..f3d30b3 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: domdere/haskell-lint-action@v1.0.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} build: -- 2.30.2