Skip to content

Commit

Permalink
Merge pull request #806 from Thargelion/fix/contributing-typo
Browse files Browse the repository at this point in the history
🩹 typo at GITHUB user environment variable
  • Loading branch information
Unthrottled authored Dec 11, 2024
2 parents dce2c4c + 24750cc commit 912f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ So to reduce maintenance overhead, this repository uses https://github.com/doki-
Doing so requires special setup for your development environment.

- First, you'll need to [Authenticate to GitHub Packages](https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages#authenticating-to-github-packages)
- Next, you'll need to set your GitHub username as the environment variable `GITHUB_TOKEN` when you run the plugin.
- Next, you'll need to set your GitHub username as the environment variable `GITHUB_ACTOR` when you run the plugin.
- After that, use the access token you created from the first step as the value of the environment variable `GITHUB_TOKEN`.
- Run, the plugin.

Expand Down

0 comments on commit 912f773

Please sign in to comment.