Skip to content

Commit

Permalink
change token back
Browse files Browse the repository at this point in the history
  • Loading branch information
hvidy committed Feb 6, 2024
1 parent 7153a98 commit f4a3856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: generate report
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
GITHUB_TOKEN: ${{ secrets.DAN_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 .github/scripts/write_report.py
Expand Down

0 comments on commit f4a3856

Please sign in to comment.