[llvm] workflows/release-documentation: Add missing secrets (PR #210421)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 14:06:47 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/210421.diff
1 Files Affected:
- (modified) .github/workflows/release-documentation.yml (+6)
``````````diff
diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml
index 75dfb6fdd3437..12e6a3844660c 100644
--- a/.github/workflows/release-documentation.yml
+++ b/.github/workflows/release-documentation.yml
@@ -32,6 +32,12 @@ on:
WWW_RELEASES_TOKEN:
description: "Secret used to create a PR with the documentation changes."
required: false
+ LLVM_TOKEN_GENERATOR_CLIENT_ID:
+ description: "Client ID for our GitHub App we use for generating access tokens."
+ required: true
+ LLVM_TOKEN_GENERATOR_PRIVATE_KEY:
+ description: "Private key for our GitHub App we use for generating access tokens."
+ required: true
jobs:
# This job checks permissions and validates inputs to prevent potential
``````````
</details>
https://github.com/llvm/llvm-project/pull/210421
More information about the llvm-commits
mailing list