diff --git a/Jenkinsfile-Release b/Jenkinsfile-Release index 9898c49..2e39cc8 100644 --- a/Jenkinsfile-Release +++ b/Jenkinsfile-Release @@ -7,7 +7,7 @@ pipeline { KUBECONFIG = credentials('kubeconfig-credentials-id') AWS_ACCESS_KEY_ID = credentials('aws-access-key') AWS_SECRET_ACCESS_KEY = credentials('aws-secret-key') - GH_TOKEN_PSW = credentials('github-access-token') + GH_TOKEN = credentials('github-access-token') } diff --git a/pyproject.toml b/pyproject.toml index 4fb93c6..876d931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,6 @@ upload_to_pypi = false allow_zero_version = true tag_format = "v{version}" remote.type = "github" -remote.token.env "GH_TOKEN_PSW" +remote.token.env = "GH_TOKEN_PSW"