From e87f248004f58b66719740a40b9368a6186b75fa Mon Sep 17 00:00:00 2001 From: Victor Gonzalez Date: Fri, 10 Jun 2022 18:25:23 +0200 Subject: [PATCH] style: minor improvements --- .github/workflows/cintegration-s3-apps-caller.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cintegration-s3-apps-caller.yml b/.github/workflows/cintegration-s3-apps-caller.yml index c2766919..79b8af5d 100644 --- a/.github/workflows/cintegration-s3-apps-caller.yml +++ b/.github/workflows/cintegration-s3-apps-caller.yml @@ -1,4 +1,4 @@ -name: CI pipeline for S3-apps +name: Deploy text input app to development environment # Controls when the action will run. on: @@ -28,6 +28,6 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_DEV }} aws-region: ${{ secrets.APPS_AWS_REGION }} aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_APPS_DEV }} + cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_DEV }} app-id: ${{ secrets.APP_ID }} - graasp-domain-dev: ${{ secrets.DEV_GRAASP_DOMAIN }} - cloudfront-distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_DEV }} \ No newline at end of file + graasp-domain: ${{ secrets.DEV_GRAASP_DOMAIN }} \ No newline at end of file