From 5aa0b979afb0854510dcd60f9d57d9b7e71c9dbe Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Wed, 4 Dec 2024 10:39:41 -0500 Subject: [PATCH] Add aws account id (#437) --- .github/workflows/cli-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index ed116da6..29169819 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -43,6 +43,7 @@ jobs: uses: DevCycleHQ/aws-secrets-action@main with: secrets_map: '{"CLI_NPMJS_TOKEN": "DEVCYCLE_GITHUB_CLI_NPM_TOKEN"}' + aws_account_id: '134377926370' - name: Set Git author run: | git config --global user.email "foundation-admin@devcycle.com"