Skip to content

Commit

Permalink
chore(release): add api token to staging and prod release process (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Aug 30, 2022
1 parent 75ae24a commit c220d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 0.2

env:
secrets-manager:
TWINE_USERNAME: PyPiAdmin:username
TWINE_PASSWORD: PyPiAdmin:password
TWINE_USERNAME: PyPiAPIToken:username
TWINE_PASSWORD: PyPiAPIToken:password

phases:
install:
Expand Down
4 changes: 2 additions & 2 deletions codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 0.2

env:
secrets-manager:
TWINE_USERNAME: TestPyPiCryptoTools:username
TWINE_PASSWORD: TestPyPiCryptoTools:password
TWINE_USERNAME: TestPyPiAPIToken:username
TWINE_PASSWORD: TestPyPiAPIToken:password

phases:
install:
Expand Down

0 comments on commit c220d57

Please sign in to comment.