Skip to content

Commit 1f978a2

Browse files
Update main.workflow
1 parent bd71ffa commit 1f978a2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/main.workflow

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ action "On sync" {
1111
action "Apply labels" {
1212
uses = "actions/labeller@v1.0.0"
1313
needs = "On sync"
14-
env = {LABEL_SPEC_FILE=".github/triage.yml"}
15-
secrets = ["GITHUB_TOKEN"]
16-
}
14+
env = {
15+
LABEL_SPEC_FILE = ".github/triage.yml"
16+
}
17+
secrets = [
18+
"GITHUB_TOKEN",
19+
"PIPELINE_NAME",
20+
"CF_API_KEY",
21+
]
22+
}

0 commit comments

Comments
 (0)