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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,11 @@ The GitHub authentication configuration is **required** and can be set via [envi
52
52
53
53
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. The user associated with the token must have push permission to the repository.
54
54
55
+
When creating the token, the **minimum required scopes** are:
56
+
57
+
-[`repo`](https://github.com/settings/tokens/new?scopes=repo) for a private repository
58
+
-[`public_repo`](https://github.com/settings/tokens/new?scopes=public_repo) for a public repository
0 commit comments