Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ on:
required: false
description: The Github token with permissions to read NPM private packages
AWS_ROLE_TO_ASSUME:
required: true
required: false
description: AWS OIDC role for GitHub to assume
baseImageRegistryUsername:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
type: number
secrets:
AWS_ROLE_TO_ASSUME:
required: true
required: false
description: AWS OIDC role for GitHub to assume

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.remove-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: number
secrets:
AWS_ROLE_TO_ASSUME:
required: true
required: false
description: AWS OIDC role for GitHub to assume

jobs:
Expand Down
Loading