File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ The following dependencies are required to run the program:
1515
1616## 💻 Setup
1717- Authentication through ` gh auth login `
18- - Set the ` GITHUB_TOKEN ` environment variable: ` export GITHUB_TOKEN=$(gh auth token) `
19- - Set the ` GITHUB_UNAME ` environment variable: ` export GITHUB_UNAME=$(gh auth status | grep "(GITHUB_TOKEN)" | cut -d " " -f9) `
2018- Set the appropriate token permissions: ` gh auth refresh --scopes read:project `
2119 - Note: The team must be a member of 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) `
2222- Run ` make install ` inside the repo directory to configure the appropriate versions of dependencies.
2323
2424## 🛠 Usage
You can’t perform that action at this time.
0 commit comments