Skip to content

Commit 2fc1b57

Browse files
committed
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

+2-2
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)