Skip to content

Commit

Permalink
Passing the Github token
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 2, 2023
1 parent 97f1303 commit 2579233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-issue-assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: ringods, simenandre, dirien, usrbinkat, rebelopsio
numOfAssignee: 5
allowSelfAssign: false
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ringods, simenandre, dirien, usrbinkat, rebelopsio
numOfAssignee: 5
allowSelfAssign: false
7 changes: 4 additions & 3 deletions .github/workflows/auto-pr-assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: ringods, simenandre, dirien, usrbinkat, rebelopsio
numOfAssignee: 5
allowSelfAssign: false
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ringods, simenandre, dirien, usrbinkat, rebelopsio
numOfAssignee: 5
allowSelfAssign: false

0 comments on commit 2579233

Please sign in to comment.