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
details: `The **semantic-release** \`repositoryUrl\` option must refer to your GitHub repository. The repository must be accessible with the [GitHub API](https://developer.github.com/v3).
78
78
79
79
By default the \`repositoryUrl\` option is retrieved from the \`repository\` property of your \`package.json\` or the [git origin url](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) of the repository cloned by your CI environment.
@@ -83,7 +83,7 @@ If you are using [GitHub Enterprise](https://enterprise.github.com) please make
83
83
)}).`,
84
84
}),
85
85
EGHNOPERMISSION: ({owner, repo})=>({
86
-
message: `The GitHub token doesn’t allow to push on the repository ${owner}/${repo}.`,
86
+
message: `The GitHub token doesn't allow to push on the repository ${owner}/${repo}.`,
87
87
details: `The user associated with the [GitHub token](${linkify(
88
88
'README.md#github-authentication'
89
89
)}) configured in the \`GH_TOKEN\` or \`GITHUB_TOKEN\` environment variable must allows to push to the repository ${owner}/${repo}.
0 commit comments