Skip to content

Commit 7980f3c

Browse files
authored
Change GitHub token to personal access token
1 parent d68c057 commit 7980f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Add new issues to Petlibro project
1111
uses: actions/github-script@v7
1212
with:
13-
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
1414
script: |
1515
const issue = context.payload.issue;
1616
const labels = issue.labels.map(l => l.name);

0 commit comments

Comments
 (0)