Skip to content

Commit

Permalink
Add missing GH_TOKEN for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 4, 2024
1 parent ae37d86 commit 31ff299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- run: |
gh --version
- run: |
gh pr checks "${{ github.event.pull_request.html_url }}" --fail-fast --interval 3 --watch
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 31ff299

Please sign in to comment.