Skip to content

Commit e677d66

Browse files
authored
[ISSUE #555]🔨Update label-on-approval.yml
1 parent e2aa9b6 commit e677d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-on-approval.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: check_approval
1717
uses: actions/github-script@v7
1818
with:
19-
github-token: ${{ secrets.PAT_TOKEN }}
19+
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |
2121
const { owner, repo } = context.repo;
2222
const { pull_request, review } = context.payload;

0 commit comments

Comments
 (0)