Skip to content

Commit

Permalink
use the GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
aieri committed Mar 5, 2024
1 parent e877c31 commit b885a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Calculate query
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pulse_start=$(date -d "1 fortnight ago" +%Y-%m-%d)
today=$(date +%Y-%m-%d)
Expand Down

0 comments on commit b885a14

Please sign in to comment.