[all-commits] [llvm/llvm-project] 56ffbd: [workflows] Avoid usage of access token in issue-w...

Tom Stellard via All-commits all-commits at lists.llvm.org
Fri Jul 19 14:47:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56ffbd97fda16008d02180a460211829354f1094
      https://github.com/llvm/llvm-project/commit/56ffbd97fda16008d02180a460211829354f1094
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M .github/workflows/issue-write.yml
    A .github/workflows/unprivileged-download-artifact/action.yml

  Log Message:
  -----------
  [workflows] Avoid usage of access token in issue-write.yml (#94011)

This adds a new composite workflow that allows you to download artifacts
from other workflows without using an access token.

actions/download-artifact from GitHub requires an access token in order
to download artifacts from a different workflow, which is why we can't
use it here if we want to avoid using a token.

See
https://github.com/actions/download-artifact?tab=readme-ov-file#download-artifacts-from-other-workflow-runs-or-repositories



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