diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd3f398811..817071b55b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,18 +2,11 @@ name: 'Continuous Integration' on: workflow_call: - # TODO: determine what secrets we need to add to Github or get them from parameter store secrets: AWS_ACCESS_KEY_ID: required: true AWS_SECRET_ACCESS_KEY: required: true - NYPL_API_CLIENT_ID: - required: true - NYPL_API_CLIENT_SECRET: - required: true - NYPL_API_TOKEN_URL: - required: true permissions: contents: read