Skip to content

Commit a1975c9

Browse files
authored
Update main.workflow
1 parent 47c4f98 commit a1975c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/main.workflow

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ action "CI Test Runner" {
1010

1111
workflow "build" {
1212
on = "push"
13-
resolves = ["CI Test Runner-1"]
13+
resolves = ["Jekyll Pages Builder"]
1414
}
1515

16-
action "CI Test Runner-1" {
17-
uses = "./.github/test_runner"
16+
action "Jekyll Pages Builder" {
17+
uses = "./.github/pages_builder"
18+
secrets = ["GITHUB_TOKEN"]
1819
}

0 commit comments

Comments
 (0)