Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use GitHub App authentication to generate "checkout tokens"
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`
- Loading branch information