Skip to content

Commit

Permalink
chore(release): add api token to prod release process (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Aug 29, 2022
1 parent 78e43b3 commit 333c85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:
variables:
BRANCH: "master"
secrets-manager:
TWINE_USERNAME: PyPiAdmin:username
TWINE_PASSWORD: PyPiAdmin:password
TWINE_USERNAME: PyPiAPIToken:username
TWINE_PASSWORD: PyPiAPIToken:password

phases:
install:
Expand Down

0 comments on commit 333c85b

Please sign in to comment.