File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ def dockerLogin(){
530530 * The artifacts will be uploaded to Github artifacts
531531 */
532532def 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 */
547547def 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
You can’t perform that action at this time.
0 commit comments