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

fix: add necessary permissions to example workflow #31582

Closed

Commits on Feb 12, 2024

  1. fix: add necessary permissions to example workflow

    Uses the diff from github#31322
    but adds explicit permissions as well
    which allows it to be tested with
    `workflow_dispatch:` if users desire so
    
    Also use `github.ref_name` instead of the pull_request.number to query the branch
    I couldn't get the original to work in local tests
    but with `ref_name` it works flawlessly.
    corneliusroemer committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    297597c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e92787b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e5a20 View commit details
    Browse the repository at this point in the history