Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fc1b57

Browse files
committedAug 26, 2022
chore(release): add api token to staging release process
1 parent ca58e5e commit 2fc1b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎codebuild/release/test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ env:
44
variables:
55
BRANCH: "master"
66
secrets-manager:
7-
TWINE_USERNAME: TestPyPiCryptoTools:username
8-
TWINE_PASSWORD: TestPyPiCryptoTools:password
7+
TWINE_USERNAME: TestPyPiAPIToken:username
8+
TWINE_PASSWORD: TestPyPiAPIToken:password
99

1010
phases:
1111
install:

0 commit comments

Comments
 (0)
Please sign in to comment.