diff --git a/jenkins/crunchyRSS b/jenkins/crunchyRSS index 831e241..5c66027 100644 --- a/jenkins/crunchyRSS +++ b/jenkins/crunchyRSS @@ -31,7 +31,7 @@ pipeline { // Securely inject Jenkins credentials as environment variables withCredentials([ string(credentialsId: 'BSKY_CRUNCHYROLL_HANDLE', variable: 'BSKY_CRUNCHYROLL_HANDLE'), - string(credentialsId: 'BSKY_CRUNCHYROLL_USERNAME', variable: 'BSKY_CRUNCHYROLL_USERNAME'), + string(credentialsId: 'TWITTER_CRUNCHY_EMAIL', variable: 'TWITTER_CRUNCHY_EMAIL'), string(credentialsId: 'BSKY_CRUNCHYROLL_APP_PASSWORD', variable: 'BSKY_CRUNCHYROLL_APP_PASSWORD') ]) { sh '''