Skip to content

Commit

Permalink
Update issue-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanRamSridhar authored May 30, 2024
1 parent 8f12c39 commit 1dcc5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Issue Opened
uses: actions/github-script@v4
with:
github-token: ${{ secrets.PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { owner, repo, number } = context.issue;
const commentauthor = context.payload.issue.user.login;
Expand Down

0 comments on commit 1dcc5bd

Please sign in to comment.