Skip to content

Commit

Permalink
feat: new env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jun 15, 2022
1 parent f3a5a88 commit 29a527f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cdelivery-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_GRAASP_PERFORM_STAGE }}
api-host: ${{ secrets.REACT_APP_API_HOST_STAGE }}
port: ${{ secrets.PORT }}
show-notifications: ${{ secrets.SHOW_NOTIFICATIONS }}
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_STAGE }}
graasp-compose-host: ${{ secrets.REACT_APP_GRAASP_COMPOSE_HOST_STAGE }}
graasp-explorer-host: ${{ secrets.REACT_APP_GRAASP_EXPLORE_HOST_STAGE }}
domain: ${{ secrets.REACT_APP_DOMAIN_STAGE }}
4 changes: 3 additions & 1 deletion .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_GRAASP_PERFORM_DEV }}
api-host: ${{ secrets.REACT_APP_API_HOST_DEV }}
port: ${{ secrets.PORT }}
show-notifications: ${{ secrets.SHOW_NOTIFICATIONS }}
show-notifications: ${{ secrets.REACT_APP_SHOW_NOTIFICATIONS }}
authentication-host: ${{ secrets.REACT_APP_AUTHENTICATION_HOST_DEV }}
graasp-compose-host: ${{ secrets.REACT_APP_GRAASP_COMPOSE_HOST_DEV }}
graasp-explorer-host: ${{ secrets.REACT_APP_GRAASP_EXPLORE_HOST_DEV }}
domain: ${{ secrets.REACT_APP_DOMAIN_DEV }}

0 comments on commit 29a527f

Please sign in to comment.