Skip to content

Commit

Permalink
pass token
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Jan 31, 2022
1 parent a940ced commit 1d75c77
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/binary/bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,7 @@ Testing new Cypress version ${version}
}

// first try to commit to branch for next upcoming version
const specificBranchOptions = {
owner,
repo,
token: creds.githubToken,
message,
branch: version,
}

return makeEmptyGithubCommit(specificBranchOptions)
return makeEmptyGithubCommit({ ...defaultOptions, branch: version })
.catch(() => {
// maybe there is no branch for next version
// try default branch
Expand Down

1 comment on commit 1d75c77

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1d75c77 Jan 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.4.0/circle-node-17-maybe-1d75c775083f46de48747e831b87a978c0f641b1/cypress.tgz

Please sign in to comment.