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

ci: Use GitHub App authentication to checkout nillion repo #55

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. ci: Use GitHub App authentication to checkout nillion repo

    This commit switches the `build.yml` workflow over to use GitHub App
    tokens to checkout the nillion repo (private) instead of relying on
    PATs, which expire and have to be manually rotated.
    
    Instead, I created a GitHub App named "Nillion Repo" at the org-level. I
    gave the app read-only access to the nillion repo. And I added the app's
    ID and private key to the nada-dsl repo:
    
    * As a variable: `NILLION_REPO_APP_ID`
    * And as a secret: `NILLION_REPO_APP_PRIVATE_KEY`
    jwolski2 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8cad30d View commit details
    Browse the repository at this point in the history