Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Sep 12, 2024
1 parent af44837 commit 5d1bfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit 5d1bfa8

Please sign in to comment.