Skip to content

Commit

Permalink
Adding gh token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Dec 9, 2024
1 parent d17ac30 commit 0891c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
pip install --upgrade pip
pip install daff
- name: daff diff
env:
GH_TOKEN: ${{ github.token }}
run: |
daff git csv
gh pr comment $PRNUM --body-file <(git diff Spreadsheet/)

0 comments on commit 0891c2c

Please sign in to comment.