From a88e12a1bdd953e3489116373068593af6377bc1 Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Tue, 9 May 2023 13:12:43 -0400 Subject: [PATCH] add GH token to environment variables in typing test. --- .github/workflows/test_typing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_typing.yml b/.github/workflows/test_typing.yml index f0cc72b..5e38b91 100644 --- a/.github/workflows/test_typing.yml +++ b/.github/workflows/test_typing.yml @@ -8,6 +8,8 @@ on: jobs: typing: runs-on: windows-latest + env: + GH_TOKEN: ${{ github.token }} steps: - uses: actions/checkout@v3 with: