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 }}