Skip to content

Commit b4aa106

Browse files
authored
hotfix: Fix CI git credentials (#381)
* Use `tinyGit.withGitHubSSHCredentials` for storybook deployment * Changed stage name to match tinymce-react's `Jenkinsfile`
1 parent a2b1e55 commit b4aa106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ mixedBeehiveFlow(
2020
resourceLimitMemory: '4Gi'
2121
],
2222
customSteps: {
23-
stage("storybook") {
23+
stage("update storybook") {
2424
def status = beehiveFlowStatus()
2525
if (status.branchState == 'releaseReady' && status.isLatest) {
26-
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
26+
tinyGit.withGitHubSSHCredentials {
2727
exec('yarn deploy-storybook')
2828
}
2929
} else {

0 commit comments

Comments
 (0)