We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a41ff commit a53e010Copy full SHA for a53e010
1 file changed
README.md
@@ -16,7 +16,7 @@ The following dependencies are required to run the program:
16
## 💻 Setup
17
- Authentication through `gh auth login`
18
- Set the appropriate token permissions: `gh auth refresh --scopes read:project`
19
- - Note: The team must be a member of the Project Board in order to view the issues on the board.
+ - Note: The team must have `read` permissions on the Project Board in order to view the issues on the board.
20
- Set the `GITHUB_TOKEN` environment variable: `export GITHUB_TOKEN=$(gh auth token)`
21
- Set the `GITHUB_UNAME` environment variable: `export GITHUB_UNAME=$(gh auth status | grep "(GITHUB_TOKEN)" | cut -d " " -f9)`
22
- Run `make install` inside the repo directory to configure the appropriate versions of dependencies.
0 commit comments