aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-11 20:53:28 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-11 20:53:28 -0400
commitcc70d132f4dccb8310567ee6de8db28ce498682e (patch)
tree950faaa76d15e0bfd5ea01b98c919137376753c0
parent7f7e00c428ed030ff4e1898cea17a095e798f952 (diff)
downloadsr.ht-docs-cc70d132f4dccb8310567ee6de8db28ce498682e.tar.gz
Document new secrets parameter
-rw-r--r--builds.sr.ht/api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md
index 9fec4e6..7e74bb0 100644
--- a/builds.sr.ht/api.md
+++ b/builds.sr.ht/api.md
@@ -39,6 +39,8 @@ Inserts a new job into the job queue.
"triggers": [...], Post-build triggers (optional)
"execute": boolean, True to start the build immediately
(optional - defaults to true)
+ "secrets": boolean, True to provide secrets during the build
+ (optional - defaults to true)
}
## GET /api/jobs/:id