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 e9ec4ef commit 2cf229eCopy full SHA for 2cf229e
1 file changed
.github/workflows/remove-label.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/github-script@v6
12
with:
13
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.PERSONAL_TOKEN }}
14
script: |
15
const issueNumber = context.payload.issue.number;
16
const { owner, repo } = context.repo;
0 commit comments