Skip to content

Commit

Permalink
hotfix: Fix CI git credentials (#381)
Browse files Browse the repository at this point in the history
* Use `tinyGit.withGitHubSSHCredentials` for storybook deployment

* Changed stage name to match tinymce-react's `Jenkinsfile`
  • Loading branch information
danoaky-tiny authored Apr 29, 2024
1 parent a2b1e55 commit b4aa106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ mixedBeehiveFlow(
resourceLimitMemory: '4Gi'
],
customSteps: {
stage("storybook") {
stage("update storybook") {
def status = beehiveFlowStatus()
if (status.branchState == 'releaseReady' && status.isLatest) {
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
tinyGit.withGitHubSSHCredentials {
exec('yarn deploy-storybook')
}
} else {
Expand Down

0 comments on commit b4aa106

Please sign in to comment.