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 5d1df8f commit 35342cdCopy full SHA for 35342cd
.github/workflows/todo.yml
@@ -9,8 +9,8 @@ on:
9
type: boolean
10
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
11
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
+ branches:
+ - main
14
15
permissions:
16
issues: write
@@ -29,4 +29,4 @@ jobs:
29
with:
30
excludePattern: '^(node_modules/)'
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }} # Replace with your PAT secret
0 commit comments