From 47fb798dcd95dc541299db2c975c74f2cc1fa881 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Thu, 10 Nov 2022 12:57:32 -0700 Subject: [PATCH] ci: use a fake user in tests --- .github/workflows/functional_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index a988114..b2cd6d3 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -33,7 +33,7 @@ jobs: --stack-name $STACK_NAME \ --template-url https://s3.amazonaws.com/apppack-cloudformations/latest/account.json \ --capabilities CAPABILITY_IAM \ - --parameters ParameterKey=Administrators,ParameterValue=pete@apppack.io + --parameters ParameterKey=Administrators,ParameterValue=user@apppack.io aws cloudformation wait stack-create-complete \ --stack-name $STACK_NAME timeout-minutes: 10