Skip to content

Commit

Permalink
Ensure GH token is available for gh CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Aug 26, 2024
1 parent 695ccee commit 68f4c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: ⌛ rate
shell: pwsh
if: github.event_name != 'workflow_dispatch'
env:
GH_TOKEN: ${{ github.token }}
run: |
# add random sleep since we run on fixed schedule
sleep (get-random -max 60)
Expand Down

0 comments on commit 68f4c73

Please sign in to comment.