Skip to content

Commit 61746a5

Browse files
committed
updated secret name
1 parent 1138777 commit 61746a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa-reviewer-assignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 'Assign QA Team'
2525
uses: actions/github-script@v7
2626
with:
27-
github-token: ${{ secrets.GH_COM_TOKEN }}
27+
github-token: ${{ secrets.GH_TOKEN }}
2828
script: |
2929
github.rest.pulls.requestReviewers({
3030
owner: context.repo.owner,

0 commit comments

Comments
 (0)