Skip to content

Commit

Permalink
Merge pull request #515 from twilio-labs/bnb/fix-assign-reviewers
Browse files Browse the repository at this point in the history
ci: fix asssign reviewers
  • Loading branch information
cmsunu28 authored Jun 6, 2024
2 parents 9fb9090 + ca25272 commit 0f7c5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: zattoo/reviewers@v2
with:
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
ignore: |
.DS_Store
source: '.owners'

0 comments on commit 0f7c5db

Please sign in to comment.