Skip to content

Commit d847a36

Browse files
authored
chore: update action
1 parent 238c2dd commit d847a36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/main.workflow

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
workflow "Run issue bot" {
2-
resolves = ["rigor789/nativescript-vue-issue-bot@actions"]
32
on = "issues"
3+
resolves = ["nativescript-vue/issue-bot-action"]
44
}
55

6-
action "rigor789/nativescript-vue-issue-bot@actions" {
7-
uses = "rigor789/nativescript-vue-issue-bot@actions"
8-
secrets = ["BOT_TOKEN"]
6+
action "nativescript-vue/issue-bot-action" {
7+
uses = "nativescript-vue/issue-bot-action@master"
8+
secrets = ["BOT_TOKEN", "GH_TOKEN"]
99
}

0 commit comments

Comments
 (0)