Skip to content

Commit

Permalink
change token
Browse files Browse the repository at this point in the history
  • Loading branch information
hvidy committed Feb 12, 2024
1 parent 5b9af82 commit 2e6f008
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:
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
COMMENT_ID: ${{ steps.submission-comment.outputs.comment-id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DAN_PAT }}
run: |
python3 .github/scripts/write_report.py
Expand Down

0 comments on commit 2e6f008

Please sign in to comment.