Skip to content

Commit 7040db3

Browse files
authored
Merge pull request #29 from iiitl/MrImmortal09-patch-1
Update main.yml
2 parents 40d68aa + 055ab9f commit 7040db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check required approvals
1717
uses: actions/github-script@v7
1818
with:
19-
github-token: ${{ secrets.PAT_GITHUB }}
19+
token: ${{ secrets.PAT_GITHUB }}
2020
script: |
2121
const { data: reviews } = await github.rest.pulls.listReviews({
2222
owner: context.repo.owner,

0 commit comments

Comments
 (0)