diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 524bf1b..a4c5b8f 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -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 diff --git a/.github/workflows/preview.build-image.yaml b/.github/workflows/preview.build-image.yaml index 1602973..0aa7fa6 100644 --- a/.github/workflows/preview.build-image.yaml +++ b/.github/workflows/preview.build-image.yaml @@ -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: diff --git a/.github/workflows/preview.remove-tag.yaml b/.github/workflows/preview.remove-tag.yaml index 134b56f..5cc87f9 100644 --- a/.github/workflows/preview.remove-tag.yaml +++ b/.github/workflows/preview.remove-tag.yaml @@ -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: