Skip to content

Commit

Permalink
Update auto-assign.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek kushwaha <[email protected]>
  • Loading branch information
Abbhiishek authored May 9, 2024
1 parent 9a955fb commit 6c171d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
script: |
const comment = context.payload.comment;
const issue = context.issue;
Expand Down

0 comments on commit 6c171d1

Please sign in to comment.