Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nordicjm committed Oct 10, 2024
1 parent 663f557 commit eb742dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.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@v2
with:
repo-token: ${{ secrets.USER_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: d3zd3z, nordicjm, de-nordic, davidvincze
allowSelfAssign: true
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: github.repository == 'mcu-tools/mcuboot'
steps:
- uses: actions/checkout@v1
- uses: ohnogumi/auto-reviewers@v0.0.5
with:
token: ${{ secrets.USER_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
config: CODEOWNERS

0 comments on commit eb742dc

Please sign in to comment.