From 5704fd6f9b3a37857aafaed469b3166183cd48c3 Mon Sep 17 00:00:00 2001 From: kyle Date: Fri, 10 Jan 2025 15:22:57 -0500 Subject: [PATCH] tests --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) 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