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 @@ -534,7 +534,7 @@ def dockerLogin(){
534534 * The artifacts will be uploaded to Github artifacts
535535 */
536536def 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 */
552552def 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} """ )
You can’t perform that action at this time.
0 commit comments