File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 EOF
195195 - run :
196196 name : Create/Update AWS User policy
197- command : python ./dev/create_user.py cortex-nightly 388176669058 us-east-1 > $BASH_ENV
197+ command : python ./dev/create_user.py cortex-nightly $NIGHTLY_AWS_ACCOUNT_ID us-east-1 > $BASH_ENV
198198 - run :
199199 name : Wait for new keys to propagate in AWS
200200 command : sleep 10
@@ -260,7 +260,7 @@ jobs:
260260 echo 'export AWS_SECRET_ACCESS_KEY=${NIGHTLY_AWS_SECRET_ACCESS_KEY}' >> $BASH_ENV
261261 - run :
262262 name : Create/Update AWS User policy
263- command : python ./dev/create_user.py cortex-nightly 388176669058 us-east-1 > $BASH_ENV
263+ command : python ./dev/create_user.py cortex-nightly $NIGHTLY_AWS_ACCOUNT_ID us-east-1 > $BASH_ENV
264264 - run :
265265 name : Wait for new keys to propagate in AWS
266266 command : sleep 10
You can’t perform that action at this time.
0 commit comments