From cbf1ce00a321167f2e1c77ab0af111ca8222ad7f Mon Sep 17 00:00:00 2001 From: Victor Gonzalez Date: Thu, 5 May 2022 12:00:33 +0200 Subject: [PATCH] fix: solved error in ci workflow --- .github/workflows/cintegration-s3-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cintegration-s3-caller.yml b/.github/workflows/cintegration-s3-caller.yml index b66a0dd7..31d996b1 100644 --- a/.github/workflows/cintegration-s3-caller.yml +++ b/.github/workflows/cintegration-s3-caller.yml @@ -26,5 +26,5 @@ jobs: aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_GRAASP_AUTH_DEV }} cloudfront-distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION_GRAASP_AUTH_DEV }} api-host: ${{ secrets.REACT_APP_API_HOST_DEV }} - show-notifications: true + show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }} graasp-compose-host: ${{ secrets.REACT_APP_GRAASP_COMPOSE_HOST_DEV }}