diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-11 20:53:28 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-11 20:53:28 -0400 |
commit | cc70d132f4dccb8310567ee6de8db28ce498682e (patch) | |
tree | 950faaa76d15e0bfd5ea01b98c919137376753c0 | |
parent | 7f7e00c428ed030ff4e1898cea17a095e798f952 (diff) | |
download | sr.ht-docs-cc70d132f4dccb8310567ee6de8db28ce498682e.tar.gz |
Document new secrets parameter
-rw-r--r-- | builds.sr.ht/api.md | 2 |
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 |