Skip to content

Commit 6cc0129

Browse files
committed
Update github token
1 parent 8e2f299 commit 6cc0129

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
@@ -530,7 +530,7 @@ def dockerLogin(){
530530
* The artifacts will be uploaded to Github artifacts
531531
*/
532532
def triggerDarwinBinariesSigningWorkflow() {
533-
withCredentials([string(credentialsId: 'jfrog-cli-packages-github-token', variable: "GITHUB_ACCESS_TOKEN")]) {
533+
withCredentials([string(credentialsId: 'ecosystem-github-automation', variable: "GITHUB_ACCESS_TOKEN")]) {
534534
stage("Sign MacOS binaries") {
535535
sh ('export GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN')
536536
sh """#!/bin/bash
@@ -545,7 +545,7 @@ def triggerDarwinBinariesSigningWorkflow() {
545545
* Uploads signed darwin binaries from Github artifacts and uploads to releases
546546
*/
547547
def uploadSignedDarwinBinaries(goarch,pkg) {
548-
withCredentials([string(credentialsId: 'jfrog-cli-packages-github-token', variable: "GITHUB_ACCESS_TOKEN")]) {
548+
withCredentials([string(credentialsId: 'ecosystem-github-automation', variable: "GITHUB_ACCESS_TOKEN")]) {
549549
sh('export GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN')
550550
sh """#!/bin/bash
551551
chmod +x ${repo}/build/apple_release/scripts/download-signed-mac-OS-binaries.sh

0 commit comments

Comments
 (0)