Skip to content

Commit

Permalink
fix((docs)): update documentation about token permissions
Browse files Browse the repository at this point in the history
This is not really a "fix", but I want to trigger a patch, to allow Semantic Release library to run
through it's CI action again.
  • Loading branch information
shmolf committed Jun 8, 2024
1 parent cc5d7c6 commit 617e9aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions INITIALIZATION.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 617e9aa

Please sign in to comment.