Skip to content

Commit 39ae31f

Browse files
committed
Update credentialsId
1 parent 221e604 commit 39ae31f

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
@@ -534,7 +534,7 @@ def dockerLogin(){
534534
* The artifacts will be uploaded to Github artifacts
535535
*/
536536
def triggerDarwinBinariesSigningWorkflow() {
537-
withCredentials([string(credentialsId: 'eyalde-github-access-token', variable: "GITHUB_ACCESS_TOKEN")]) {
537+
withCredentials([string(credentialsId: 'jfrog-cli-packages-github-token', variable: "GITHUB_ACCESS_TOKEN")]) {
538538
stage("Sign MacOS binaries") {
539539
sh """chmod +x $repo/build/apple_release/scripts/trigger-sign-mac-OS-workflow.sh"""
540540
sh ('export GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN')
@@ -550,7 +550,7 @@ def triggerDarwinBinariesSigningWorkflow() {
550550
* As the GitHub action may take some time, we will retry to download the artifact with timeout.
551551
*/
552552
def buildDarwinSignedBinaries(goarch) {
553-
withCredentials([string(credentialsId: 'eyalde-github-access-token', variable: "GITHUB_ACCESS_TOKEN")]) {
553+
withCredentials([string(credentialsId: 'jfrog-cli-packages-github-token', variable: "GITHUB_ACCESS_TOKEN")]) {
554554
sh("""chmod +x $repo/build/apple_release/scripts/download-signed-mac-OS-binaries.sh""")
555555
sh('export GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN')
556556
sh("""bash ${repo}/build/apple_release/scripts/download-signed-mac-OS-binaries.sh ${cliExecutableName} ${releaseVersion} ${goarch}""")

0 commit comments

Comments
 (0)