[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:01:27 PDT 2026


https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/210748

Backport b7810e97d6281f65e255b36af7b39af18d3d2006

Requested by: @tstellar

>From 4285c201f92ae76a6db1db99fa9c40f5283b1cfa Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Mon, 20 Jul 2026 08:52:47 -0700
Subject: [PATCH] workflows/release-documentation: Add missing secrets
 (#210421)

(cherry picked from commit b7810e97d6281f65e255b36af7b39af18d3d2006)
---
 .github/workflows/release-documentation.yml | 6 ++++++
 1 file changed, 6 insertions(+)

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



More information about the llvm-branch-commits mailing list