[llvm] Upload man pages with attestation (PR #204852)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 17:09:53 PDT 2026
================
@@ -162,3 +176,28 @@ jobs:
git commit -a -m "Add $INPUTS_RELEASE_VERSION documentation"
git push --force "https://$PUSH_TOKEN@github.com/llvmbot/www-releases.git" HEAD:refs/heads/$INPUTS_RELEASE_VERSION
gh pr create -f -B main -H llvmbot:$INPUTS_RELEASE_VERSION
+
+ upload-man-pages:
+ name: "Upload Man Pages"
+ runs-on: ubuntu-24.04
----------------
tstellar wrote:
>From what I understand, yes. The called workflows need to have an environment defined in order to use the secrets. It's probably a bug in `release-binaries.yml` that it's missing there. We do have it in `release-sources.yml` though.
https://github.com/llvm/llvm-project/pull/204852
More information about the llvm-commits
mailing list