diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 204f6da..118bed2 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -116,7 +116,7 @@ post { def commentsUrl = "${giteaBase}/gitea/api/v1/repos/${owner}/${repo}/issues/${pr}/comments" - withCredentials([string(credentialsId: 'gitea-jenkins-bot-token', variable: 'GITEA_TOKEN')]) { + withCredentials([string(credentialsId: 'jenkins-bot-api', variable: 'GITEA_TOKEN')]) { sh """ set -e curl -sS -X POST \