Skip to content

Commit 2cf229e

Browse files
authored
Update remove-label.yml
1 parent e9ec4ef commit 2cf229e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/remove-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/github-script@v6
1212
with:
13-
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
github-token: ${{ secrets.PERSONAL_TOKEN }}
1414
script: |
1515
const issueNumber = context.payload.issue.number;
1616
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)