mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add gh_token env
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c78273aa59
commit
43ad34f091
2
.github/workflows/require-milestone.yml
vendored
2
.github/workflows/require-milestone.yml
vendored
@ -10,3 +10,5 @@ jobs:
|
||||
- name: Require Milestone
|
||||
run: |
|
||||
exit $(gh pr view ${{ github.event.pull_request.number }} --json milestone | jq 'if .milestone == null then 1 else 0 end')
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user