Skip to content

Commit

Permalink
Added GITHUB_API to CONTRIBUTING.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Aug 12, 2022
1 parent cb9b077 commit fdf98a1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
Create `.env` file to project root directory, and write your GitHub token to the `.env` file.
Please select the authority of `repo` when creating token.

```
```properties
GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# if using GitHub Enterprise:
# (this env var defaults to https://api.github.com/graphql)
GITHUB_API=https://github.example.com/api/graphql
```

Run local server.

```
```sh
deno run --allow-net --allow-read --allow-env debug.ts
```

Expand All @@ -33,6 +37,6 @@ Read the [.editorconfig](./.editorconfig)

If you want to contribute to my project, you should check the lint with the following command.

```
```sh
deno lint --unstable
```
```

0 comments on commit fdf98a1

Please sign in to comment.