Skip to content

Commit

Permalink
add GH token to environment variables in typing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed May 9, 2023
1 parent df82566 commit a88e12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
typing:
runs-on: windows-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a88e12a

Please sign in to comment.