We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069c3a2 commit c318ec5Copy full SHA for c318ec5
.github/workflows/deploy.sh
@@ -4,7 +4,8 @@ export LC_ALL=C.UTF-8 # needed by SAM
4
export LANG=C.UTF-8 # needed by SAM
5
export AWS_DEFAULT_REGION=us-east-1 # needed by SAM
6
export APPLICATION="UvaSoftware-Scanii-Lambda"
7
-export ACCOUNT_ID=${ACCOUNT_ID}
+export ACCOUNT_ID=${AWS_ACCOUNT_ID}
8
+export SAM_CLI_TELEMETRY=0
9
10
VERSION=$( node -pe "require('./package.json').version")
11
0 commit comments