Skip to content

Commit 6c26466

Browse files
committed
📖 Add GH_TOKEN to action canary generation documentation.
Refs CAP-3601.
1 parent df04869 commit 6c26466

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/DEVELOPMENT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,8 @@ We have two types of releases:
8787
A script is provided to manually publish the GitHub Action, though it's typically only necessary for `action-canary` releases:
8888

8989
```sh
90-
yarn publish-action <canary|latest>
90+
GH_TOKEN=<your_github_token>yarn publish-action <canary|latest>
9191
```
92+
93+
To generate a new Github token, visit [https://github.com/settings/tokens](https://github.com/settings/tokens) and
94+
create a new token with the `repo` scope.

0 commit comments

Comments
 (0)