[llvm-branch-commits] [llvm] release/23.x: workflows/release-documentation: Add missing secrets (#210421) (PR #210748)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 20 09:02:09 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: llvmbot
<details>
<summary>Changes</summary>
Backport b7810e97d6281f65e255b36af7b39af18d3d2006
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/210748.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/210748
More information about the llvm-branch-commits
mailing list