[all-commits] [llvm/llvm-project] 02bde0: workflows/release-binaries: Move environment decla...

Tom Stellard via All-commits all-commits at lists.llvm.org
Fri Jul 31 13:01:10 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02bde0716776a742164941e05cb026e750763b04
      https://github.com/llvm/llvm-project/commit/02bde0716776a742164941e05cb026e750763b04
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    M .github/workflows/release-binaries.yml

  Log Message:
  -----------
  workflows/release-binaries: Move environment declaration to upload job (#212687)

This is the only job that actually needs to use the environment secrets,
so the environment must be declared. We were using secrets in the
prepare job to do a permissions check, but this is unnecessary, because
that job does not do anything that is security sensitive.

Only the upload job needs to have these permission checks and these are
already included in the upload-release-artifact composite action.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list