Skip to content

Commit

Permalink
Merge pull request YJU-OKURA#10 from YJU-OKURA/fix/auto-assign
Browse files Browse the repository at this point in the history
GitHub Actionsの設定を修正して'Resource not accessible by integration'エラーを解消
  • Loading branch information
yuminn-k authored Jan 29, 2024
2 parents bf119cd + 666ee7d commit ffc0599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: yuminn-k
repo-token: ${{ secrets.OG_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}
numOfAssignee: 1

0 comments on commit ffc0599

Please sign in to comment.