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

Improve docs for checking out a private repo #482

Closed
wants to merge 1 commit into from
Closed

Improve docs for checking out a private repo #482

wants to merge 1 commit into from

Commits on Apr 23, 2021

  1. Improve docs for checking out a private repo

    I tried using `actions/checkout` to checkout a private repo using the README, and I bumped into two issues:
    
    1. I thought that `secrets.GitHub_PAT` was something that I got for free. It turns out that the user must create this secret themselves.
    2. User-created secrets [cannot start with `GitHub_`](https://docs.github.com/en/actions/reference/encrypted-secrets).
    
    This change updates the README to clarify both of those points.
    nholden committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ebc1037 View commit details
    Browse the repository at this point in the history