Skip to content

Commit

Permalink
chore: set token
Browse files Browse the repository at this point in the history
  • Loading branch information
shinGangan authored Jul 6, 2024
1 parent 9c6646c commit c4cd978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
assignee: ${{ github.actor }}
milestone: 'articles'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.COMM_GITHUB_TOKEN }}
repo: ${{ github.repository }}

set-comment:
Expand All @@ -77,5 +77,5 @@ jobs:
gh issue comment $NUMBER -b '<h3>運営コメント</h3>執筆希望あれば @shinGangan をメンションしてください。アサインします。'
env:
NUMBER: ${{ inputs.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.COMM_GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}

0 comments on commit c4cd978

Please sign in to comment.