Skip to content

Commit

Permalink
Pass GH token to python script (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Sep 15, 2023
1 parent 749533e commit 9de3366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/locale-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:

- name: Check asciidoc docs
run: python3 .github/workflows/locale-checker.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9de3366

Please sign in to comment.