Skip to content

Commit

Permalink
ci: updating GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Mar 10, 2024
1 parent ec7d8ee commit 1b2de31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ pipeline {
branch 'release/*'
}
environment {
GITHUB = credentials('JENKINS_GITHUB_TOKEN')
GITHUB = credentials('github-token')
}
steps {
sh '''
./gradlew githubRelease --stacktrace --console plain \\
-PgitHubToken=${github-token} \\
-PgitHubToken=${GITHUB} \\
-PgitHubCommit=${GIT_COMMIT}
'''
}
Expand Down

0 comments on commit 1b2de31

Please sign in to comment.