[llvm] workflows/release-documentation: Add missing secrets (PR #210421)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 12:46:25 PDT 2026


https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/210421

None

>From 55ea972c3b124b5a4bdb5b48daaddf37f9edc88a Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Fri, 17 Jul 2026 12:42:25 -0700
Subject: [PATCH] workflows/release-documentation: Add missing secrets

---
 .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-commits mailing list