We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4aaee commit d59ac3eCopy full SHA for d59ac3e
README.md
@@ -39,11 +39,11 @@ If you can't use GitHub, you can use other providers:
39
40
On macOS/linux:
41
42
- export GH_TOKEN="<YOUR_TOKEN_HERE>"
+ export GH_TOKEN="<YOUR_TOKEN_HERE>"
43
44
On Windows, run in powershell:
45
46
- [Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")
+ [Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")
47
48
Make sure to restart IDE/Terminal to inherit latest env variable.
49
0 commit comments