Skip to content

Commit d1b1fcd

Browse files
changed token releases for github enterprise migration
1 parent 0324e38 commit d1b1fcd

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
@@ -10,7 +10,7 @@ pipeline {
1010
environment {
1111
FOLDER = "dist"
1212
foldersCache = '"vendor/"'
13-
GITHUB_TOKEN = credentials('gh-releases-token')
13+
GITHUB_TOKEN = credentials('gh-releases-token-old')
1414
}
1515
options {
1616
disableConcurrentBuilds()
@@ -33,7 +33,7 @@ pipeline {
3333
WORDPRESS_USERNAME = credentials('WORDPRESS_USERNAME')
3434
WORDPRESS_PASSWORD = credentials('WORDPRESS_PASSWORD')
3535
CODE_SOURCE_DEFAULT = "plugin"
36-
GITHUB_TOKEN = credentials('gh-releases-token')
36+
GITHUB_TOKEN = credentials('gh-releases-token-old')
3737
}
3838
steps {
3939
scmSkip()

0 commit comments

Comments
 (0)