You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aquire a Personal Github Token. (Stored as GH_TOKEN)
Make sure you give this token access to repo and gist (if you are using Github Gist as your backend)
(If you want to use Github Gist as backend) Create a Gist with the following content: {"github": [], "todoist": []}. You'll be needing the Gist ID (e.g. 879cd623592fc27beddebf1b2f7b3e15), found at the end of the URL. (Stored as GIST_ID)
Add all the required secrets (GH_TOKEN and TODOIST_TOKEN. Potentially GIST_ID)
Add your Github Actions config (e.g. .github/workflows/schedule.yml) (see the example below)
Users probably want to have a template repository or at least a guide that they can use.
If anyone wants to be the host of a template repository, let me know!
The steps required to set up
todoist-action
is:TODOIST_TOKEN
)GH_TOKEN
)Make sure you give this token access to
repo
andgist
(if you are using Github Gist as your backend){"github": [], "todoist": []}
. You'll be needing the Gist ID (e.g.879cd623592fc27beddebf1b2f7b3e15
), found at the end of the URL. (Stored asGIST_ID
)GH_TOKEN
andTODOIST_TOKEN
. PotentiallyGIST_ID
).github/workflows/schedule.yml
) (see the example below)Example workflow
👆 This updates every 30 minutes.
Note: You probably want to test your query before applying this. You can test your query here:
https://github.com/issues
Example query
The text was updated successfully, but these errors were encountered: