Skip to content

Commit

Permalink
XDR-5474: Update required secrets (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascwd committed Feb 19, 2024
1 parent ee11e3c commit eb2f7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image-to-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
description: AWS secret access key.
required: true
GIT_TOKEN_BASIC:
required: true
required: false

jobs:
build-and-push-docker-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
description: AWS secret access key.
required: true
GIT_TOKEN_BASIC:
required: true
required: false

jobs:
update-ecs:
Expand Down

0 comments on commit eb2f7f4

Please sign in to comment.