Skip to content

Commit

Permalink
Update auto-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fineanmol authored Sep 15, 2024
1 parent 682d10c commit f64d10f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
auto-comment:
runs-on: ubuntu-latest
steps:
- name: Debug Token
run: echo "Token: ${{ secrets.PAT_TOKEN }}"
env:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

- name: Comment on issue/PR
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit f64d10f

Please sign in to comment.