diff options
-rw-r--r-- | builds.sr.ht/manifest.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md index 616651e..097d35e 100644 --- a/builds.sr.ht/manifest.md +++ b/builds.sr.ht/manifest.md @@ -150,3 +150,12 @@ A list of key/value pairs for options to set in the build environment via List of secret UUIDs to be added to the guest during the build. See also: [secrets](/builds.sr.ht#secrets). + +## oauth + +*string* + +If present, and secrets are enabled for this build, an OAuth 2.0 bearer token is +generated for this build with the given string as the list of grants. The +`acurl` command may be used in the task scripts to perform authenticated +[GraphAL API requests](https://man.sr.ht/graphql.md). |