Skip to content

Commit

Permalink
CI: Add GH_REPO for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 28, 2024
1 parent 413e50b commit 04a2721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
steps:
- run: gh pr view --json milestone
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}

0 comments on commit 04a2721

Please sign in to comment.