From 69a9aef2bd7d519edb8e97f1f9a3907f47fde0d1 Mon Sep 17 00:00:00 2001 From: Carlos Juega Date: Tue, 7 Nov 2023 20:47:31 +0100 Subject: [PATCH] ci: dummy aws credentials for github workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372cccd..e04a0b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ on: pull_request: paths-ignore: - "**.md" +env: + # Dummy values so aws clients donĀ“t complain (integration tests are using a dockerized local dynamodb) + AWS_ACCESS_KEY_ID: key + AWS_SECRET_ACCESS_KEY: secret jobs: test: runs-on: ubuntu-latest