diff --git a/INITIALIZATION.md b/INITIALIZATION.md new file mode 100644 index 0000000..20ca653 --- /dev/null +++ b/INITIALIZATION.md @@ -0,0 +1,15 @@ +### This project requires two tokens +- npm token +- github token + +Each of these tokesn will be provided to the Project's setting's `Security and variables/actions` page. + +#### Github Token +Based on [this article](https://www.tevpro.com/blog/calibrating-permissions-using-fine-grained-tokens), we need +specific permissions when using the Granular-access tokens from Github. Specifically: +- Actions - Access: Read/Write +- Commit Statuses - Access: Read-only +- Contents - Access: Read/Write +- Issues - Access: Read/Write +- Metadata - Access: Read-only +- Pull Requests - Access: Read-only