Skip to content

Commit

Permalink
Add missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Jun 28, 2024
1 parent ee7c729 commit d60eb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/worker_cdk_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
shared_stack.apple_credential_arn,
shared_stack.kms_key_id_arn,
shared_stack.voucher_jwt_secret_arn,
shared_stack.headless_gql_jwt_secret_arn,
]
)
)
Expand Down

0 comments on commit d60eb14

Please sign in to comment.