diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 8d56d858..be2550e7 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -82,7 +82,7 @@ jobs: postBuildSteps: | - name: upload image: amazon/aws-cli - commands: 'aws s3 list-buckets' + commands: 'aws s3 ls' secrets: - name: awsAccesKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}