You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,17 +14,16 @@ the [assets](#assets) option configuration.
14
14
15
15
## publish
16
16
17
-
Publish a [Github release](https://help.github.com/articles/about-releases), optionally uploading files.
17
+
Publish a [GitHub release](https://help.github.com/articles/about-releases), optionally uploading files.
18
18
19
19
## Configuration
20
20
21
-
### Github Repository authentication
21
+
### GitHub authentication
22
22
23
-
The `Github` authentication configuration is **required** and can be set via
23
+
The GitHub authentication configuration is **required** and can be set via
24
24
[environment variables](#environment-variables).
25
25
26
-
Only the [personal token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line)
27
-
authentication is supported.
26
+
Follow the [Creating a personal access token for the command line](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line) documentation to obtain an authentication token. The token has to be made available in your CI environment via the `GH_TOKEN` environment variable.
28
27
29
28
### Environment variables
30
29
@@ -50,16 +49,16 @@ Can be a [glob](https://github.com/isaacs/node-glob#glob-primer) or and `Array`
0 commit comments