Skip to content
Merged
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
3 changes: 0 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ on:
npmGithubReadToken:
required: false
description: The Github token with permissions to read NPM private packages
AWS_ROLE_TO_ASSUME:
required: false
description: AWS OIDC role for GitHub to assume

env:
IMAGE_SCAN_SEVERITY: LOW
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ on:
npmGithubReadToken:
required: false
description: The Github token with permissions to read NPM private packages
AWS_ROLE_TO_ASSUME:
required: true
description: AWS OIDC role for GitHub to assume
baseImageRegistryUsername:
required: false
description: The username for the base image registry
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ on:
sentryAuthToken:
required: false
description: Authentication token for Sentry
AWS_ROLE_TO_ASSUME:
required: false
description: AWS OIDC role for GitHub to assume

jobs:
initialize:
environment: ${{ github.event.deployment.payload.env || inputs.env }}
Expand Down Expand Up @@ -233,7 +229,6 @@ jobs:
containerFile: ${{ github.event.deployment.payload.container.file || inputs.containerFile }}
secrets:
npmGithubReadToken: ${{ secrets.npmGithubReadToken }}
AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_ROLE_TO_ASSUME }}

commit:
needs: [initialize, build]
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/preview.build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ on:
description: Maximum minutes before the job is cancelled
default: 40
type: number
secrets:
AWS_ROLE_TO_ASSUME:
required: true
description: AWS OIDC role for GitHub to assume

jobs:
build-and-push-image-to-ecr:
permissions:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/preview.remove-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ on:
description: Maximum minutes before the job is cancelled
default: 40
type: number
secrets:
AWS_ROLE_TO_ASSUME:
required: true
description: AWS OIDC role for GitHub to assume

jobs:
remove-preview-tag:
permissions:
Expand Down
Loading