Files
create-github-app-token/CONTRIBUTING.md
T
Gregor Martynus 0e0aa99a86 feat: permissions (#168)
- Load `app-permissions` from schema exported by `@octokit/openapi`
- Update documentation in README.md
- Implement the `permissions_*` inputs in the action code

---------

Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
2025-03-27 19:00:54 +00:00

176 B

Contributing

Initial setup

npm install

Run tests locally

npm test

Learn more about how the tests work in test/README.md.