Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpriviledged pr test #1031

Closed
wants to merge 5 commits into from
Closed

Unpriviledged pr test #1031

wants to merge 5 commits into from

Commits on May 31, 2024

  1. [workflows] Avoid usage of access token in issue-write.yml

    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
    tstellar committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f6779ff View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    9ad18ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4896b4 View commit details
    Browse the repository at this point in the history
  3. XXX: Debug

    tstellar committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bf47e71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fadc4b5 View commit details
    Browse the repository at this point in the history