Skip to content

Commit

Permalink
Add missing env key
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Feb 7, 2025
1 parent bce04d2 commit 122322f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft_flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jobs:
ref: main
- run: |
gh pr edit ${{ github.event.pull_request.number }} --remove-label "Ready to review"
shell: bash
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 122322f

Please sign in to comment.