We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aa9b6 commit e677d66Copy full SHA for e677d66
.github/workflows/label-on-approval.yml
@@ -16,7 +16,7 @@ jobs:
16
id: check_approval
17
uses: actions/github-script@v7
18
with:
19
- github-token: ${{ secrets.PAT_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
20
script: |
21
const { owner, repo } = context.repo;
22
const { pull_request, review } = context.payload;
0 commit comments