We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e64e commit 0bc7a40Copy full SHA for 0bc7a40
.github/workflows/restrict_pr.yml
@@ -14,7 +14,7 @@ jobs:
14
id: calculate_score
15
uses: actions/github-script@v4
16
with:
17
- github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ github-token: ${{ secrets.TOKEN }}
18
script: |
19
const owner = context.repo.owner;
20
const repo = context.repo.repo;
@@ -79,7 +79,7 @@ jobs:
79
if: always() && steps.calculate_score.outputs.close_pull_request == 'true'
80
81
82
83
84
85
@@ -110,4 +110,4 @@ jobs:
110
repo,
111
pull_number: pullRequestNumber,
112
state: 'closed'
113
- });
+ });
0 commit comments