Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
description: The AWS account ID that owns the CodeArtifact domain
type: string
required: false
default: '505071440022'
default: '763944545891'
aws_region:
description: The AWS region where the CodeArtifact repository is hosted
type: string
Expand All @@ -33,7 +33,7 @@ on:
description: The name of the IAM role to assume for accessing CodeArtifact
type: string
required: false
default: GithubActions_Schema_CodeArtifact_ReadOnly
default: codeartifact-pypi-readonly-oidc-overturemaps
domain:
description: The CodeArtifact domain name
type: string
Expand Down
Loading