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 1 repo-variable and 1 repo-secret to the nada-dsl repo: * Variable: `NILLION_REPO_APP_ID` * Secret: `NILLION_REPO_APP_PRIVATE_KEY`
- Loading branch information