mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
10 lines
243 B
HCL
10 lines
243 B
HCL
workflow "Build & Release Manifest" {
|
|
on = "push"
|
|
resolves = ["manifest-build-and-tag"]
|
|
}
|
|
|
|
action "manifest-build-and-tag" {
|
|
uses = "./tools/docker/github"
|
|
runs = ["python", "tools/ci/manifest_build.py"]
|
|
secrets = ["GITHUB_TOKEN"]
|
|
}
|