vimn-public/AWS CodeArtifact login Action
Github Action to fetch a token for AWS CodeArtifact and (optionally) retrieve a repository URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codeartifact-domain | CodeArtifact domain to which the package repository belongs | yes | — |
| codeartifact-domain-owner | Owner (AWS Account) of the CodeArtifact domain | yes | — |
| poetry-repository-name | Poetry repository name | yes | codeartifact |
| codeartifact-repository | CodeArtifact repository for which to optionally fetch the URL | no | — |
| configure-poetry | Configure Poetry with temporary CodeArtifact credentials | no | false |
| configure-poetry-auth-file | Configure Poetry `auth.toml` filename | no | false |
| aws-region | AWS Region | yes | us-east-1 |
| codeartifact-dummy-token | CodeArtifact Dummy Token (just for tests) | no | false |
Outputs
| name | description |
|---|---|
| token | Temporary token to authenticate with AWS CodeArtifact repositories |
| repo-url | URL for the specified repository |