Skip to content

Commit

Permalink
Update issue_response.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Jun 20, 2024
1 parent 5e22fe9 commit b80d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Leave Comment
run: gh issue comment "$NUMBER" --body "$BODY"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
Expand Down

0 comments on commit b80d6cd

Please sign in to comment.