Skip to content

Commit 35342cd

Browse files
committed
feat: change TODO
1 parent 5d1df8f commit 35342cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/todo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
type: boolean
1010
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
1111
push:
12-
branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge
13-
- master
12+
branches:
13+
- main
1414

1515
permissions:
1616
issues: write
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
excludePattern: '^(node_modules/)'
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }} # Replace with your PAT secret

0 commit comments

Comments
 (0)