Skip to content

Commit 0e5f02f

Browse files
committed
Fix typo in key configuration
1 parent d2304e1 commit 0e5f02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ steps:
9393
env:
9494
CI: true
9595
SRC: .
96-
AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
96+
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
9797
displayName: Run build
9898

9999
- bash: |
@@ -104,6 +104,6 @@ steps:
104104
fi
105105
aws s3 cp --no-progress --recursive --acl public-read ./deploy s3://$DEPLOY_BUCKET/$deploy_dir
106106
env:
107-
AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
107+
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
108108
condition: and(succeeded(), or(eq(variables.DEPLOY, '1'), eq(variables.DEPLOY_ALT, '1')))
109109
displayName: Upload artifacts

0 commit comments

Comments
 (0)