criskurtin/Python CodeArtifact Configuration
Outputs variables necessary for pip and twine repository configuration.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-account-id | Your AWS Account ID | yes | — |
| codeartifact-domain | Your CodeArtifact domain | yes | — |
| codeartifact-repo | CodeArtifact repository you want to use. | — | — |
| auth-token-duration | Duration of authentication token used in generated URLs. | — | 1800 |
Outputs
| name | description |
|---|---|
| AUTH_TOKEN | Short-term authorization token retreived from AWS. |
| PIP_INDEX_URL | Store this value in PIP_INDEX_URL environment variable for steps which use pip. |
| TWINE_USERNAME | Store this value in TWINE_USERNAME environment variable for steps which use twine. |
| TWINE_PASSWORD | Store this value in TWINE_PASSWORD environment variable for steps which use twine. |
| TWINE_REPOSITORY_URL | Store this value in TWINE_REPOSITORY_URL environment variable for steps which use twine. |