Skip to content

Commit 0bb43fd

Browse files
authored
Add todo-actions
1 parent 1bdaecb commit 0bb43fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "TODO" {
2+
resolves = ["todo-actions"]
3+
on = "push"
4+
}
5+
6+
action "todo-actions" {
7+
uses = "dtinth/todo-actions@v0.2.0"
8+
secrets = ["GITHUB_TOKEN", "TODO_ACTIONS_MONGO_URL"]
9+
}

0 commit comments

Comments
 (0)